Variable SduStorageCreateFailedEventSchemaConst
SduStorageCreateFailedEventSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
params: {
additionalProperties: boolean;
description: string;
properties: { error_message: { description: string; type: string } };
required: string[];
title: string;
type: string;
};
request_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
tenant_name: { description: string; type: string };
};
required: string[];
title: string;
type: string;
} = SduStorageCreateFailedEvent
Type Declaration
$schema: string
additionalProperties: boolean
description: string
properties: {
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
params: {
additionalProperties: boolean;
description: string;
properties: { error_message: { description: string; type: string } };
required: string[];
title: string;
type: string;
};
request_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
tenant_name: { description: string; type: string };
}
required: string[]
title: string
type: string