TagResourceInput schema from Amazon SimSpace Weaver API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-simspace-weaver/refs/heads/main/json-schema/amazon-simspace-weaver-tag-resource-input-schema.json", "title": "TagResourceInput", "description": "TagResourceInput schema from Amazon SimSpace Weaver API", "type": "object", "properties": { "Tags": { "allOf": [ { "$ref": "#/components/schemas/TagMap" }, { "description": "A list of tags to apply to the resource." } ] } }, "required": [ "Tags" ] }