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

9 lines
233 B
JSON

{ "properties": {
"string": { "type": "string" },
"number": { "type": "number" },
"object": { "type": "object" },
"array": { "type": "array" },
"boolean": { "type": "boolean" },
"null": { "type": "null" }
} }