{ "$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-xavc4k-intra-cbg-profile-settings-schema.json", "title": "Xavc4kIntraCbgProfileSettings", "description": "Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_4K_INTRA_CBG.", "type": "object", "properties": { "XavcClass": { "allOf": [ { "$ref": "#/components/schemas/Xavc4kIntraCbgProfileClass" }, { "xml": { "name": "xavcClass" }, "description": "Specify the XAVC Intra 4k (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class." } ] } } }