Amazon MediaLive · JSON Structure

Medialive Api Motion Graphics Configuration Structure

Motion Graphics Configuration

Type: object Properties: 2 Required: 1
BroadcastingMedia ProcessingMedia

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

Properties

MotionGraphicsInsertion MotionGraphicsSettings

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-motion-graphics-configuration-structure.json",
  "name": "MotionGraphicsConfiguration",
  "type": "object",
  "description": "Motion Graphics Configuration",
  "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"
  ]
}