Amazon MediaLive · Schema

MotionGraphicsConfiguration

Motion Graphics Configuration

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
MotionGraphicsInsertion object
MotionGraphicsSettings object
View JSON Schema on GitHub

JSON Schema

medialive-api-motion-graphics-configuration-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-motion-graphics-configuration-schema.json",
  "title": "MotionGraphicsConfiguration",
  "description": "Motion Graphics Configuration",
  "type": "object",
  "properties": {
    "MotionGraphicsInsertion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MotionGraphicsInsertion"
        },
        {
          "xml": {
            "name": "motionGraphicsInsertion"
          }
        }
      ]
    },
    "MotionGraphicsSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MotionGraphicsSettings"
        },
        {
          "xml": {
            "name": "motionGraphicsSettings"
          },
          "description": "Motion Graphics Settings"
        }
      ]
    }
  },
  "required": [
    "MotionGraphicsSettings"
  ]
}