{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "object": { "additionalProperties": true, "type": "object" }, "type": { "type": "string" } }, "type": "object" }