Amazon MediaStore · JSON Structure

Mediastore Api Delete Container Input Structure

DeleteContainerInput schema from Amazon MediaStore API

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

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

Properties

ContainerName

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-mediastore/refs/heads/main/json-structure/mediastore-api-delete-container-input-structure.json",
  "name": "DeleteContainerInput",
  "type": "object",
  "description": "DeleteContainerInput schema from Amazon MediaStore API",
  "properties": {
    "ContainerName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ContainerName"
        },
        {
          "description": "The name of the container to delete. "
        }
      ]
    }
  },
  "required": [
    "ContainerName"
  ]
}