{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TagListResponse", "title": "TagListResponse", "type": "object", "properties": { "tags": { "type": "object", "properties": { "tag": { "type": "array", "items": { "$ref": "#/components/schemas/Tag" } } }, "example": "example_value" } } }