{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-transcoder/refs/heads/main/json-schema/amazon-elastic-transcoder-job-album-art-schema.json", "title": "JobAlbumArt", "description": "The .jpg or .png file associated with an audio file.", "type": "object", "properties": { "MergePolicy": { "allOf": [ { "$ref": "#/components/schemas/MergePolicy" }, { "description": "

A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

" } ] }, "Artwork": { "allOf": [ { "$ref": "#/components/schemas/Artworks" }, { "description": "The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png " } ] } } }