{ "$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-h265-color-space-settings-schema.json", "title": "H265ColorSpaceSettings", "description": "H265 Color Space Settings", "type": "object", "properties": { "ColorSpacePassthroughSettings": { "allOf": [ { "$ref": "#/components/schemas/ColorSpacePassthroughSettings" }, { "xml": { "name": "colorSpacePassthroughSettings" } } ] }, "DolbyVision81Settings": { "allOf": [ { "$ref": "#/components/schemas/DolbyVision81Settings" }, { "xml": { "name": "dolbyVision81Settings" } } ] }, "Hdr10Settings": { "allOf": [ { "$ref": "#/components/schemas/Hdr10Settings" }, { "xml": { "name": "hdr10Settings" } } ] }, "Rec601Settings": { "allOf": [ { "$ref": "#/components/schemas/Rec601Settings" }, { "xml": { "name": "rec601Settings" } } ] }, "Rec709Settings": { "allOf": [ { "$ref": "#/components/schemas/Rec709Settings" }, { "xml": { "name": "rec709Settings" } } ] } } }