Variable ImportCustomVideoFinishedEventSchemaConst
ImportCustomVideoFinishedEventSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
custom_id: {
description: string;
type: string[];
};
source_file_extension: {
description: string;
type: string[];
};
source_file_name: {
description: string;
type: string[];
};
source_location: {
description: string;
minLength: number;
pattern: string;
type: string;
};
};
required: string[];
title: string;
type: string;
} = ImportCustomVideoFinishedEvent
Type declaration
-
$schema: string
-
additionalProperties: boolean
-
description: string
-
properties: {
custom_id: {
description: string;
type: string[];
};
source_file_extension: {
description: string;
type: string[];
};
source_file_name: {
description: string;
type: string[];
};
source_location: {
description: string;
minLength: number;
pattern: string;
type: string;
};
}
-
custom_id: {
description: string;
type: string[];
}
-
description: string
-
type: string[]
-
source_file_extension: {
description: string;
type: string[];
}
-
description: string
-
type: string[]
-
source_file_name: {
description: string;
type: string[];
}
-
description: string
-
type: string[]
-
source_location: {
description: string;
minLength: number;
pattern: string;
type: string;
}
-
description: string
-
minLength: number
-
pattern: string
-
type: string
-
required: string[]
-
title: string
-
type: string