{ "type": "object", "properties": { "tagKeys": { "allOf": [ { "$ref": "#/components/schemas/TagKeyList" }, { "description": "The keys of the tags to be removed." } ] } }, "required": [ "tagKeys" ], "description": "<zonbook></zonbook><xhtml></xhtml>", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-untag-resource-input-schema.json", "title": "UntagResourceInput" }