Response object for a list of tags
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TagListResponse", "type": "object", "description": "Response object for a list of tags", "properties": { "data": { "type": "array", "description": "Array of tags" } } }