Variable DeleteEntityDefinitionCommandSchemaConst
DeleteEntityDefinitionCommandSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
entity_type: {
description: string;
minLength: number;
pattern: string;
type: string;
};
service_id: {
description: string;
minLength: number;
pattern: string;
type: string;
};
};
required: string[];
title: string;
type: string;
} = DeleteEntityDefinitionCommand
Type Declaration
$schema: string
additionalProperties: boolean
description: string
properties: {
entity_type: {
description: string;
minLength: number;
pattern: string;
type: string;
};
service_id: {
description: string;
minLength: number;
pattern: string;
type: string;
};
}
required: string[]
title: string
type: string