1 { 2 "choices": [ 3 { "type": "null" }, 4 { "type": "integer", "minimum": 42, "maximum": 43 }, 5 { "type": "object", "properties": { "foo": { "type": "string" } } } 6 ] 7 } 8