Variable EntitlementWebhookResponsePayloadSchemaConst
EntitlementWebhookResponsePayloadSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
entitlement_message_jwt: {
description: string;
type: string;
};
fairplay_license_service_url: {
description: string;
type: string;
};
fairplay_streaming_certificate_url: {
description: string;
type: string;
};
playready_license_service_url: {
description: string;
type: string;
};
widevine_license_service_url: {
description: string;
type: string;
};
};
required: never[];
title: string;
type: string;
} = EntitlementWebhookResponsePayload
Type declaration
-
$schema: string
-
additionalProperties: boolean
-
description: string
-
properties: {
entitlement_message_jwt: {
description: string;
type: string;
};
fairplay_license_service_url: {
description: string;
type: string;
};
fairplay_streaming_certificate_url: {
description: string;
type: string;
};
playready_license_service_url: {
description: string;
type: string;
};
widevine_license_service_url: {
description: string;
type: string;
};
}
-
entitlement_message_jwt: {
description: string;
type: string;
}
-
description: string
-
type: string
-
fairplay_license_service_url: {
description: string;
type: string;
}
-
description: string
-
type: string
-
fairplay_streaming_certificate_url: {
description: string;
type: string;
}
-
description: string
-
type: string
-
playready_license_service_url: {
description: string;
type: string;
}
-
description: string
-
type: string
-
widevine_license_service_url: {
description: string;
type: string;
}
-
description: string
-
type: string
-
required: never[]
-
title: string
-
type: string