{ "$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" } ] }