{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-schema/mediaconnect-api-grant-flow-entitlements-request-schema.json", "title": "GrantFlowEntitlementsRequest", "description": "A request to grant entitlements on a flow.", "type": "object", "properties": { "Entitlements": { "allOf": [ { "$ref": "#/components/schemas/__listOfGrantEntitlementRequest" }, { "xml": { "name": "entitlements" }, "description": "The list of entitlements that you want to grant." } ] } }, "required": [ "Entitlements" ] }