Variable DeleteImageFinishedEventSchemaConst
DeleteImageFinishedEventSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
filename: {
description: string;
minLength: number;
pattern: string;
type: string;
};
image_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
image_type_key: {
description: string;
minLength: number;
pattern: string;
type: string;
};
original_source_location: {
description: string;
type: string;
};
source_file_name: {
description: string;
minLength: number;
pattern: string;
type: string;
};
title: {
description: string;
minLength: number;
pattern: string;
type: string;
};
};
required: string[];
title: string;
type: string;
} = DeleteImageFinishedEvent
Type declaration
-
$schema: string
-
additionalProperties: boolean
-
description: string
-
properties: {
filename: {
description: string;
minLength: number;
pattern: string;
type: string;
};
image_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
image_type_key: {
description: string;
minLength: number;
pattern: string;
type: string;
};
original_source_location: {
description: string;
type: string;
};
source_file_name: {
description: string;
minLength: number;
pattern: string;
type: string;
};
title: {
description: string;
minLength: number;
pattern: string;
type: string;
};
}
-
filename: {
description: string;
minLength: number;
pattern: string;
type: string;
}
-
description: string
-
minLength: number
-
pattern: string
-
type: string
-
image_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
}
-
description: string
-
format: string
-
maxLength: number
-
minLength: number
-
type: string
-
image_type_key: {
description: string;
minLength: number;
pattern: string;
type: string;
}
-
description: string
-
minLength: number
-
pattern: string
-
type: string
-
original_source_location: {
description: string;
type: string;
}
-
description: string
-
type: string
-
source_file_name: {
description: string;
minLength: number;
pattern: string;
type: string;
}
-
description: string
-
minLength: number
-
pattern: string
-
type: string
-
title: {
description: string;
minLength: number;
pattern: string;
type: string;
}
-
description: string
-
minLength: number
-
pattern: string
-
type: string
-
required: string[]
-
title: string
-
type: string