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