Tag count.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TagCount", "type": "object", "description": "Tag count.", "properties": { "type": { "type": "string", "description": "Type of count." }, "value": { "type": "integer", "description": "Value of count." } } }