TagsForResource

TagsForResource
TagsForResource

Represents a taggable resource with its associations

JSON Example
{
    "resource": {
        "id": "string",
        "type": "string"
    },
    "tags": [
        {
            "categoryId": "string",
            "categoryName": "string",
            "id": "string",
            "name": "string"
        }
    ]
}
resource
Optional

Specifies a resource with id and type

array of Tag
tags
Optional

List of associated tags