{
  "writeDescriptorId": "assertions-workflow-write",
  "targetCollection": "assertions/workflow",
  "schema": {
    "type": "object",
    "required": ["recordId"],
    "properties": {
      "recordId": { "type": "string" },
      "state": { "type": "string" },
      "assignedTo": { "type": "array" },
      "note": { "type": "string" }
    }
  }
}
