Variable SduStorageCreateCommandSchemaConst
SduStorageCreateCommandSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
environment_name: {
description: string;
type: string;
};
params: {
additionalProperties: boolean;
description: string;
properties: {
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;
};
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
tenant_name: {
description: string;
type: string;
};
};
required: string[];
title: string;
type: string;
} = SduStorageCreateCommand
Type declaration
-
$schema: string
-
additionalProperties: boolean
-
description: string
-
properties: {
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
environment_name: {
description: string;
type: string;
};
params: {
additionalProperties: boolean;
description: string;
properties: {
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;
};
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
tenant_name: {
description: string;
type: string;
};
}
-
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
}
-
description: string
-
format: string
-
maxLength: number
-
minLength: number
-
type: string
-
environment_name: {
description: string;
type: string;
}
-
description: string
-
type: string
-
params: {
additionalProperties: boolean;
description: string;
properties: {
provider: {
description: string;
enum: string[];
title: string;
type: string;
};
};
required: string[];
title: string;
type: string;
}
-
additionalProperties: boolean
-
description: string
-
properties: {
provider: {
description: string;
enum: string[];
title: string;
type: string;
};
}
-
provider: {
description: string;
enum: string[];
title: string;
type: string;
}
-
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;
}
-
description: string
-
format: string
-
maxLength: number
-
minLength: number
-
type: string
-
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
}
-
description: string
-
format: string
-
maxLength: number
-
minLength: number
-
type: string
-
tenant_name: {
description: string;
type: string;
}
-
description: string
-
type: string
-
required: string[]
-
title: string
-
type: string