{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "TagDetails",
"type": "object",
"description": "Tag details.",
"properties": {
"id": {
"type": "string",
"description": "The tag name ID."
},
"tagName": {
"type": "string",
"description": "The tag name."
},
"values": {
"type": "array",
"description": "The list of tag values."
}
}
}