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