Variable ManifestWebhookResponsePayloadSchemaConst

ManifestWebhookResponsePayloadSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        dash_manifest_url: {
            description: string;
            type: string[];
        };
        hls_manifest_url: {
            description: string;
            type: string[];
        };
    };
    required: never[];
    title: string;
    type: string;
} = ManifestWebhookResponsePayload

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        dash_manifest_url: {
            description: string;
            type: string[];
        };
        hls_manifest_url: {
            description: string;
            type: string[];
        };
    }
    • dash_manifest_url: {
          description: string;
          type: string[];
      }
      • description: string
      • type: string[]
    • hls_manifest_url: {
          description: string;
          type: string[];
      }
      • description: string
      • type: string[]
  • required: never[]
  • title: string
  • type: string

Generated using TypeDoc