{ "$schema": "https://json-schema.org/draft-07/schema", "$ref": "#/definitions/MappingSchema", "definitions": { "MappingSchema": { "type": "object", "properties": { "schema": { "$ref": "https://json-schema.org/draft-07/schema" }, "config": { "type": "object" } }, "required": ["schema", "config"] } } }