{
  "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"
    }
  }
}
