@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
19 lines (18 loc) • 517 B
JSON
{
"id": "favouring-startable-state-machines",
"title": "Favouring Startable State Machines",
"description": "Favouring Startable State Machines",
"primaryKey": ["userId"],
"type": "object",
"audit": false,
"properties": {
"userId": {
"type": "string",
"description": "This is a UUID, that can be used to uniquely identify any watched board of any user."
},
"stateMachineNames": {
"type": "object",
"description": "A list of favourite state machine names"
}
}
}