Placeholder documentation for CreateTagsRequest
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-create-tags-request-schema.json", "title": "CreateTagsRequest", "description": "Placeholder documentation for CreateTagsRequest", "type": "object", "properties": { "Tags": { "allOf": [ { "$ref": "#/components/schemas/Tags" }, { "xml": { "name": "tags" } } ] } } }