Variable EnsureVideoExistsCreationStartedEventSchemaConst

EnsureVideoExistsCreationStartedEventSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        encoding_state: {
            description: string;
            enum: string[];
            title: string;
            type: string;
        };
        video_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        video_location: {
            description: string;
            minLength: number;
            pattern: string;
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = EnsureVideoExistsCreationStartedEvent

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        encoding_state: {
            description: string;
            enum: string[];
            title: string;
            type: string;
        };
        video_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        video_location: {
            description: string;
            minLength: number;
            pattern: string;
            type: string;
        };
    }
    • encoding_state: {
          description: string;
          enum: string[];
          title: string;
          type: string;
      }
      • description: string
      • enum: string[]
      • title: string
      • type: string
    • video_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
    • video_location: {
          description: string;
          minLength: number;
          pattern: string;
          type: string;
      }
      • description: string
      • minLength: number
      • pattern: string
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc