Function getActionInstanceVariableSchema
- getActionInstanceVariableSchema(): {
type: string;
properties: {
id: {
type: string;
};
instanceKey: {
type: string;
};
};
} Returns {
type: string;
properties: {
id: {
type: string;
};
instanceKey: {
type: string;
};
};
}
type: string
properties: {
id: {
type: string;
};
instanceKey: {
type: string;
};
}
id: {
type: string;
}
instanceKey: {
type: string;
}