ResourceTypeTagStatus (type)

{
  "additionalProperties": false, 
  "description": "Tag operation status for particular resource type and resource ids.", 
  "id": "ResourceTypeTagStatus", 
  "module_id": "PolicyTag", 
  "properties": {
    "resource_tag_status": {
      "description": "List of resources on which tag needs to be applied", 
      "items": {
        "$ref": "ResourceTagStatus
      }, 
      "title": "List of resources on which tag needs to be applied", 
      "type": "array"
    }, 
    "resource_type": {
      "required": true, 
      "title": "Resource type", 
      "type": "string"
    }
  }, 
  "title": "Tag operation status for particular resource type and resource ids.", 
  "type": "object"
}