Description
Dive into Splashy Arcade, where quick reflexes and strategic thinking are crucial. Navigate dynamic courses with careful jumping to dodge hazards. Collect gems to unlock new features and tackle the unique Mirror mode's reversed controls for a fresh challenge in this ever-evolving, thrilling adventure.
Instructions
You must format your output as a JSON value that adheres to a given "JSON Schema" instance. "JSON Schema" is a declarative language that allows you to annotate and validate JSON documents. For example, the example "JSON Schema" instance { "properties": { "foo": { "description": "a list of test words", "type": "array", "items": { "type": "string" } } }, "required": ["foo"] } would match an object with one required property, "foo". The "type" property specifies "foo" must be an "array", and the "description" property semantically describes it as "a list of test words". The items within "foo" must be strings. Thus, the object { "foo": ["bar", "baz"] } is a well-formatted instance of this example. The object { "properties": { "foo": ["bar", "baz"] } } is not well-formatted. Your output will be parsed and type-checked according to the provided schema, so ensure all fields match exactly with no trailing commas!
Categories
Arcade
Comments