{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListTagsForResourceInput", "title": "ListTagsForResourceInput", "type": "object", "required": [ "ResourceARN" ], "properties": { "ResourceARN": { "type": "string", "minLength": 1, "maxLength": 1024, "description": "The ARN of the CloudWatch resource that you want to view tags for.", "example": "example_value" } } }