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;
};
}
-
action: {
description: string;
enum: string[];
title: string;
type: string;
}
-
description: string
-
enum: string[]
-
title: string
-
type: string
-
stringified_condition: {
description: string;
minLength: number;
pattern: string;
type: string;
}
-
description: string
-
minLength: number
-
pattern: string
-
type: string
-
stringified_payload: {
description: string;
minLength: number;
pattern: string;
type: string;
}
-
description: string
-
minLength: number
-
pattern: string
-
type: string
-
table_name: {
description: string;
minLength: number;
pattern: string;
type: string;
}
-
description: string
-
minLength: number
-
pattern: string
-
type: string
-
required: string[]
-
title: string
-
type: string