libcruft-util/test/json/schema/validation/6100_object_properties/schema.json

9 lines
233 B
JSON
Raw Normal View History

2018-07-09 14:11:58 +10:00
{ "properties": {
"string": { "type": "string" },
"number": { "type": "number" },
"object": { "type": "object" },
"array": { "type": "array" },
"boolean": { "type": "boolean" },
"null": { "type": "null" }
} }