Amazon MediaLive · Schema

MotionGraphicsSettings

Motion Graphics Settings

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
HtmlMotionGraphicsSettings object
View JSON Schema on GitHub

JSON Schema

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