{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "Type": { "const": "Single" }, "Options": { "type": "array", "items": { "allOf": [ { "$ref": "option.json" }, { "$ref": "container.json" } ] } } } }