{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zaraz_managed-component", "title": "zaraz_managed-component", "allOf": [ { "$ref": "#/components/schemas/zaraz_base-mc" }, { "properties": { "type": { "enum": [ "component" ], "type": "string" } }, "required": [ "type" ] } ] }