{ "type": "object", "properties": {} }
{ "type": "object", "properties": { "moves": { "type": "array", "items": { "type": "string" } } }, "required": [ "moves" ] }