Tag information.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TagValue", "type": "object", "description": "Tag information.", "properties": { "id": { "type": "string", "description": "The tag value ID." }, "tagValue": { "type": "string", "description": "The tag value." } } }