Tag count.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TagCount", "title": "TagCount", "type": "object", "description": "Tag count.", "properties": { "type": { "type": "string", "description": "Type of count.", "example": "example_value" }, "value": { "type": "integer", "format": "int32", "description": "Value of count.", "example": 10 } } }