Smooth Group Stream Manifest Behavior
{ "$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-smooth-group-stream-manifest-behavior-schema.json", "title": "SmoothGroupStreamManifestBehavior", "description": "Smooth Group Stream Manifest Behavior", "type": "string", "enum": [ "DO_NOT_SEND", "SEND" ] }