Variable DeleteImageFailedEventSchemaConst
DeleteImageFailedEventSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
image_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
message: { description: string; type: string };
original_source_location: {
description: string;
minLength: number;
pattern: string;
type: string;
};
};
required: string[];
title: string;
type: string;
} = DeleteImageFailedEvent
Type Declaration
$schema: string
additionalProperties: boolean
description: string
properties: {
image_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
message: { description: string; type: string };
original_source_location: {
description: string;
minLength: number;
pattern: string;
type: string;
};
}
required: string[]
title: string
type: string