Variable PerformItemChangeCommandSchemaConst
PerformItemChangeCommandSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
action: {
description: string;
enum: string[];
title: string;
type: string;
};
stringified_condition: {
description: string;
minLength: number;
pattern: string;
type: string;
};
stringified_payload: {
description: string;
minLength: number;
pattern: string;
type: string;
};
table_name: {
description: string;
minLength: number;
pattern: string;
type: string;
};
};
required: string[];
title: string;
type: string;
} = PerformItemChangeCommand
Type Declaration
$schema: string
additionalProperties: boolean
description: string
properties: {
action: {
description: string;
enum: string[];
title: string;
type: string;
};
stringified_condition: {
description: string;
minLength: number;
pattern: string;
type: string;
};
stringified_payload: {
description: string;
minLength: number;
pattern: string;
type: string;
};
table_name: {
description: string;
minLength: number;
pattern: string;
type: string;
};
}
required: string[]
title: string
type: string