TagResourceRequest schema from Amazon Cognito
{ "type": "object", "properties": { "ResourceArn": { "allOf": [ { "$ref": "#/components/schemas/ArnType" }, { "description": "The Amazon Resource Name (ARN) of the user pool to assign the tags to." } ] }, "Tags": { "allOf": [ { "$ref": "#/components/schemas/UserPoolTagsType" }, { "description": "The tags to assign to the user pool." } ] } }, "required": [ "ResourceArn", "Tags" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-tag-resource-request-schema.json", "title": "TagResourceRequest", "description": "TagResourceRequest schema from Amazon Cognito" }