{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-avail-blanking-schema.json", "title": "AvailBlanking", "description": "Use ad avail blanking settings to specify your output content during SCTE-35 triggered ad avails. You can blank your video or overlay it with an image. MediaConvert also removes any audio and embedded captions during the ad avail. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ad-avail-blanking.html.", "type": "object", "properties": { "AvailBlankingImage": { "allOf": [ { "$ref": "#/components/schemas/__stringMin14PatternS3BmpBMPPngPNGHttpsBmpBMPPngPNG" }, { "xml": { "name": "availBlankingImage" }, "description": "Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported." } ] } } }