Amazon MediaLive · JSON Structure

Medialive Api Motion Graphics Settings Structure

Motion Graphics Settings

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

MotionGraphicsSettings is a JSON Structure definition published by Amazon MediaLive, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

HtmlMotionGraphicsSettings

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