Ivs List Tags For Resource Response Structure

ListTagsForResourceResponse schema

Type: object Properties: 1 Required: 1
Live StreamingMediaVideoReal-Time

ListTagsForResourceResponse is a JSON Structure definition published by Amazon Interactive Video Service, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

tags

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-structure/ivs-list-tags-for-resource-response-structure.json",
  "name": "ListTagsForResourceResponse",
  "description": "ListTagsForResourceResponse schema",
  "type": "object",
  "properties": {
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Tags"
        },
        {
          "description": "Tags attached to the resource. Array of maps, each of the form <code>string:string (key:value)</code>."
        }
      ]
    }
  },
  "required": [
    "tags"
  ]
}