{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Tag",
"description": "A tag for categorizing configuration objects.",
"$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/pan-os-rest-api-tag-schema.json",
"type": "object",
"properties": {
"@name": {
"type": "string",
"description": "Unique name of the tag."
},
"color": {
"type": "string",
"description": "Display color for the tag (e.g., color1, color2)."
},
"comments": {
"type": "string",
"description": "Description or comments for the tag."
}
}
}