Amazon MediaLive · Schema

StaticImageActivateScheduleActionSettings

Settings for the action to activate a static image.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Duration object
FadeIn object
FadeOut object
Height object
Image object
ImageX object
ImageY object
Layer object
Opacity object
Width object
View JSON Schema on GitHub

JSON Schema

medialive-api-static-image-activate-schedule-action-settings-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-static-image-activate-schedule-action-settings-schema.json",
  "title": "StaticImageActivateScheduleActionSettings",
  "description": "Settings for the action to activate a static image.",
  "type": "object",
  "properties": {
    "Duration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "duration"
          },
          "description": "The duration in milliseconds for the image to remain on the video. If omitted or set to 0 the duration is unlimited and the image will remain until it is explicitly deactivated."
        }
      ]
    },
    "FadeIn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "fadeIn"
          },
          "description": "The time in milliseconds for the image to fade in. The fade-in starts at the start time of the overlay. Default is 0 (no fade-in)."
        }
      ]
    },
    "FadeOut": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "fadeOut"
          },
          "description": "Applies only if a duration is specified. The time in milliseconds for the image to fade out. The fade-out starts when the duration time is hit, so it effectively extends the duration. Default is 0 (no fade-out)."
        }
      ]
    },
    "Height": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin1"
        },
        {
          "xml": {
            "name": "height"
          },
          "description": "The height of the image when inserted into the video, in pixels. The overlay will be scaled up or down to the specified height. Leave blank to use the native height of the overlay."
        }
      ]
    },
    "Image": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputLocation"
        },
        {
          "xml": {
            "name": "image"
          },
          "description": "The location and filename of the image file to overlay on the video. The file must be a 32-bit BMP, PNG, or TGA file, and must not be larger (in pixels) than the input video."
        }
      ]
    },
    "ImageX": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "imageX"
          },
          "description": "Placement of the left edge of the overlay relative to the left edge of the video frame, in pixels. 0 (the default) is the left edge of the frame. If the placement causes the overlay to extend beyond the right edge of the underlying video, then the overlay is cropped on the right."
        }
      ]
    },
    "ImageY": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0"
        },
        {
          "xml": {
            "name": "imageY"
          },
          "description": "Placement of the top edge of the overlay relative to the top edge of the video frame, in pixels. 0 (the default) is the top edge of the frame. If the placement causes the overlay to extend beyond the bottom edge of the underlying video, then the overlay is cropped on the bottom."
        }
      ]
    },
    "Layer": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max7"
        },
        {
          "xml": {
            "name": "layer"
          },
          "description": "The number of the layer, 0 to 7. There are 8 layers that can be overlaid on the video, each layer with a different image. The layers are in Z order, which means that overlays with higher values of layer are inserted on top of overlays with lower values of layer. Default is 0."
        }
      ]
    },
    "Opacity": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max100"
        },
        {
          "xml": {
            "name": "opacity"
          },
          "description": "Opacity of image where 0 is transparent and 100 is fully opaque. Default is 100."
        }
      ]
    },
    "Width": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin1"
        },
        {
          "xml": {
            "name": "width"
          },
          "description": "The width of the image when inserted into the video, in pixels. The overlay will be scaled up or down to the specified width. Leave blank to use the native width of the overlay."
        }
      ]
    }
  },
  "required": [
    "Image"
  ]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/medialive-api-static-image-activate-schedule-action-settings"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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