{ "$comment": "Example", "required": [ "text", "bool" ], "type": "object", "properties": [ [ "text", { "type": "string" } ], [ "bool", { "type": "boolean" } ] ] }