Amazon MediaLive · JSON Structure

Medialive Api Input Switch Schedule Action Settings Structure

Settings for the "switch input" action: to switch from ingesting one input to ingesting another input.

Type: object Properties: 3 Required: 1
BroadcastingMedia ProcessingMedia

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

Properties

InputAttachmentNameReference InputClippingSettings UrlPath

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-medialive/refs/heads/main/json-structure/medialive-api-input-switch-schedule-action-settings-structure.json",
  "name": "InputSwitchScheduleActionSettings",
  "type": "object",
  "description": "Settings for the \"switch input\" action: to switch from ingesting one input to ingesting another input.",
  "properties": {
    "InputAttachmentNameReference": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "inputAttachmentNameReference"
          },
          "description": "The name of the input attachment (not the name of the input!) to switch to. The name is specified in the channel configuration."
        }
      ]
    },
    "InputClippingSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputClippingSettings"
        },
        {
          "xml": {
            "name": "inputClippingSettings"
          },
          "description": "Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file."
        }
      ]
    },
    "UrlPath": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "urlPath"
          },
          "description": "The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each time you use the same dynamic input in an input switch action, you can provide a different value, in order to connect the input to a different content source."
        }
      ]
    }
  },
  "required": [
    "InputAttachmentNameReference"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/medialive-api-input-switch-schedule-action-settings-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.