{ "type": "object", "required": [ "resourceArn", "tags" ], "title": "TagResourceInput", "properties": { "resourceArn": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The Amazon Resource Name (ARN) for the Amazon SWF domain." } ] }, "tags": { "allOf": [ { "$ref": "#/components/schemas/ResourceTagList" }, { "description": "<p>The list of tags to add to a domain. </p> <p>Tags may only contain unicode letters, digits, whitespace, or these symbols: <code>_ . : / = + - @</code>.</p>" } ] } }, "$schema": "http://json-schema.org/draft-07/schema#" }