TagInfo (type)

{
  "additionalProperties": false, 
  "extends": {
    "$ref": "Tag
  }, 
  "id": "TagInfo", 
  "module_id": "PolicyTag", 
  "properties": {
    "scope": {
      "default": "", 
      "description": "Tag searches may optionally be restricted by scope", 
      "display": {
        "order": 1
      }, 
      "maxLength": 128, 
      "readonly": false, 
      "title": "Tag scope", 
      "type": "string"
    }, 
    "tag": {
      "default": "", 
      "description": "Identifier meaningful to user with maximum length of 256 characters", 
      "display": {
        "order": 2
      }, 
      "readonly": false, 
      "title": "Tag value", 
      "type": "string"
    }, 
    "tagged_objects_count": {
      "readonly": true, 
      "required": false, 
      "title": "Number of objects with assigned with matching scope and tag values", 
      "type": "int"
    }
  }, 
  "title": "Information about arbitrary key-value pairs that may be attached to an entity", 
  "type": "object"
}