{ "type": "object", "required": [ "resourceArn" ], "title": "ListTagsForResourceInput", "properties": { "resourceArn": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The Amazon Resource Name (ARN) for the Amazon SWF domain." } ] } }, "$schema": "http://json-schema.org/draft-07/schema#" }