Amazon MediaLive · Schema

CreateTagsRequest

Placeholder documentation for CreateTagsRequest

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Tags object
View JSON Schema on GitHub

JSON Schema

medialive-api-create-tags-request-schema.json Raw ↑
{
  "$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"
          }
        }
      ]
    }
  }
}