{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-video-detail-structure.json", "name": "VideoDetail", "type": "object", "description": "Contains details about the output's video stream", "properties": { "HeightInPx": { "allOf": [ { "$ref": "#/components/schemas/__integer" }, { "xml": { "name": "heightInPx" }, "description": "Height in pixels for the output" } ] }, "WidthInPx": { "allOf": [ { "$ref": "#/components/schemas/__integer" }, { "xml": { "name": "widthInPx" }, "description": "Width in pixels for the output" } ] } } }