{ "$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-static-image-deactivate-schedule-action-settings-schema.json", "title": "StaticImageDeactivateScheduleActionSettings", "description": "Settings for the action to deactivate the image in a specific layer.", "type": "object", "properties": { "FadeOut": { "allOf": [ { "$ref": "#/components/schemas/__integerMin0" }, { "xml": { "name": "fadeOut" }, "description": "The time in milliseconds for the image to fade out. Default is 0 (no fade-out)." } ] }, "Layer": { "allOf": [ { "$ref": "#/components/schemas/__integerMin0Max7" }, { "xml": { "name": "layer" }, "description": "The image overlay layer to deactivate, 0 to 7. Default is 0." } ] } } }