{ "$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" ] }