Variable SduDeleteDatabaseFailedEventSchemaConst
SduDeleteDatabaseFailedEventSchema: {
$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: {
database_name: { description: string; type: string };
db_type: {
description: string;
enum: string[];
title: string;
type: string;
};
error_message: { description: string; type: string };
provider: {
description: string;
enum: string[];
title: string;
type: string;
};
};
required: string[];
title: string;
type: string;
};
request_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
service_definition_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
service_id: { description: string; type: string };
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
};
required: string[];
title: string;
type: string;
} = SduDeleteDatabaseFailedEvent
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: {
database_name: { description: string; type: string };
db_type: {
description: string;
enum: string[];
title: string;
type: string;
};
error_message: { description: string; type: string };
provider: {
description: string;
enum: string[];
title: string;
type: string;
};
};
required: string[];
title: string;
type: string;
};
request_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
service_definition_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
service_id: { description: string; type: string };
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
}
required: string[]
title: string
type: string