Suren Abrahamyan
Results
1
issues of
Suren Abrahamyan
Hi, following example is not working as expected: (very bottom of the page) http://json-schema.org/understanding-json-schema/reference/conditionals.html#id7 `{ "type": "object", "properties": { "restaurantType": { "enum": ["fast-food", "sit-down"] }, "total": { "type": "number" },...