Variable SduServiceDeploymentUndeployCommandSchemaConst
SduServiceDeploymentUndeployCommandSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
custom_object_definitions: {
additionalItems: boolean;
description: string;
items: { description: string; type: string };
type: string;
};
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
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_deployment_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;
} = SduServiceDeploymentUndeployCommand
Type Declaration
$schema: string
additionalProperties: boolean
description: string
properties: {
custom_object_definitions: {
additionalItems: boolean;
description: string;
items: { description: string; type: string };
type: string;
};
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
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_deployment_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