{ "$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-partner-watermarking-schema.json", "title": "PartnerWatermarking", "description": "If you work with a third party video watermarking partner, use the group of settings that correspond with your watermarking partner to include watermarks in your output.", "type": "object", "properties": { "NexguardFileMarkerSettings": { "allOf": [ { "$ref": "#/components/schemas/NexGuardFileMarkerSettings" }, { "xml": { "name": "nexguardFileMarkerSettings" }, "description": "For forensic video watermarking, MediaConvert supports Nagra NexGuard File Marker watermarking. MediaConvert supports both PreRelease Content (NGPR/G2) and OTT Streaming workflows." } ] } } }