{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-output-group-settings-structure.json", "name": "OutputGroupSettings", "type": "object", "description": "Output Group Settings", "properties": { "ArchiveGroupSettings": { "allOf": [ { "$ref": "#/components/schemas/ArchiveGroupSettings" }, { "xml": { "name": "archiveGroupSettings" } } ] }, "FrameCaptureGroupSettings": { "allOf": [ { "$ref": "#/components/schemas/FrameCaptureGroupSettings" }, { "xml": { "name": "frameCaptureGroupSettings" } } ] }, "HlsGroupSettings": { "allOf": [ { "$ref": "#/components/schemas/HlsGroupSettings" }, { "xml": { "name": "hlsGroupSettings" } } ] }, "MediaPackageGroupSettings": { "allOf": [ { "$ref": "#/components/schemas/MediaPackageGroupSettings" }, { "xml": { "name": "mediaPackageGroupSettings" } } ] }, "MsSmoothGroupSettings": { "allOf": [ { "$ref": "#/components/schemas/MsSmoothGroupSettings" }, { "xml": { "name": "msSmoothGroupSettings" } } ] }, "MultiplexGroupSettings": { "allOf": [ { "$ref": "#/components/schemas/MultiplexGroupSettings" }, { "xml": { "name": "multiplexGroupSettings" } } ] }, "RtmpGroupSettings": { "allOf": [ { "$ref": "#/components/schemas/RtmpGroupSettings" }, { "xml": { "name": "rtmpGroupSettings" } } ] }, "UdpGroupSettings": { "allOf": [ { "$ref": "#/components/schemas/UdpGroupSettings" }, { "xml": { "name": "udpGroupSettings" } } ] } } }