{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zaraz_zaraz-config-body", "title": "zaraz_zaraz-config-body", "allOf": [ { "$ref": "#/components/schemas/zaraz_zaraz-config-base" }, { "properties": { "tools": { "additionalProperties": { "anyOf": [ { "$ref": "#/components/schemas/zaraz_legacy-tool" }, { "$ref": "#/components/schemas/zaraz_managed-component" }, { "$ref": "#/components/schemas/zaraz_custom-managed-component" } ] }, "description": "Tools set up under Zaraz configuration, where key is the alpha-numeric tool ID and value is the tool configuration object.", "type": "object" } } } ] }