ArchiveVideosFailedEventSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        asset_ids: {
            additionalItems: boolean;
            description: string;
            items: {
                description: string;
                format: string;
                maxLength: number;
                minLength: number;
                type: string;
            };
            type: string;
            uniqueItems: boolean;
        };
        message: {
            description: string;
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = ArchiveVideosFailedEvent

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        asset_ids: {
            additionalItems: boolean;
            description: string;
            items: {
                description: string;
                format: string;
                maxLength: number;
                minLength: number;
                type: string;
            };
            type: string;
            uniqueItems: boolean;
        };
        message: {
            description: string;
            type: string;
        };
    }
    • asset_ids: {
          additionalItems: boolean;
          description: string;
          items: {
              description: string;
              format: string;
              maxLength: number;
              minLength: number;
              type: string;
          };
          type: string;
          uniqueItems: boolean;
      }
      • additionalItems: boolean
      • description: string
      • items: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        }
        • description: string
        • format: string
        • maxLength: number
        • minLength: number
        • type: string
      • type: string
      • uniqueItems: boolean
    • message: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc