Amazon MediaTailor · JSON Structure

Mediatailor Api Slate Source Structure

Slate VOD source configuration.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

SlateSource is a JSON Structure definition published by Amazon MediaTailor, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SourceLocationName VodSourceName

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-mediatailor/refs/heads/main/json-structure/mediatailor-api-slate-source-structure.json",
  "name": "SlateSource",
  "type": "object",
  "description": "Slate VOD source configuration.",
  "properties": {
    "SourceLocationName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The name of the source location where the slate VOD source is stored."
        }
      ]
    },
    "VodSourceName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The slate VOD source name. The VOD source must already exist in a source location before it can be used for slate."
        }
      ]
    }
  }
}