Variable EnsureImageExistsAlreadyExistedEventSchemaConst
EnsureImageExistsAlreadyExistedEventSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
image_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
image_location: {
description: string;
minLength: number;
pattern: string;
type: string;
};
};
required: string[];
title: string;
type: string;
} = EnsureImageExistsAlreadyExistedEvent
Type declaration
-
$schema: string
-
additionalProperties: boolean
-
description: string
-
properties: {
image_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
image_location: {
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_location: {
description: string;
minLength: number;
pattern: string;
type: string;
}
-
description: string
-
minLength: number
-
pattern: string
-
type: string
-
required: string[]
-
title: string
-
type: string