CreateTagsRequest schema from Amazon WorkSpaces API
{ "type": "object", "required": [ "ResourceId", "Tags" ], "title": "CreateTagsRequest", "properties": { "ResourceId": { "allOf": [ { "$ref": "#/components/schemas/NonEmptyString" }, { "description": "The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases." } ] }, "Tags": { "allOf": [ { "$ref": "#/components/schemas/TagList" }, { "description": "The tags. Each WorkSpaces resource can have a maximum of 50 tags." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-create-tags-request-schema.json", "description": "CreateTagsRequest schema from Amazon WorkSpaces API" }