{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_tags_components-schemas-response_collection", "title": "access_tags_components-schemas-response_collection", "allOf": [ { "$ref": "#/components/schemas/access_api-response-collection" }, { "properties": { "result": { "items": { "$ref": "#/components/schemas/access_tag" }, "type": "array" } }, "type": "object" } ] }