Variable IdServiceDisableCommandSchemaConst
IdServiceDisableCommandSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
};
required: string[];
title: string;
type: string;
} = IdServiceDisableCommand
Type Declaration
$schema: string
additionalProperties: boolean
description: string
properties: {
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
}
required: string[]
title: string
type: string