{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TagsResponse", "title": "Root Type for TagsResponse", "description": "", "required": [ "data" ], "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/TagResponse" } } }, "x-speakeasy-component": true }