benchson_json1 / any.json
aviv1ron1's picture
Upload 700 files
a0d510c verified
Raw
History Blame Contribute Delete
280 Bytes
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/any.json",
"anyOf": [
{ "type": "object" },
{ "type": "array" },
{ "type": "string" },
{ "type": "number" },
{ "type": "boolean" },
{ "type": "null" }
]
}