{
  "writeDescriptorId": "admin-task-write",
  "targetCollection": "admin/snapshots",
  "schema": {
    "type": "object",
    "required": ["recordId", "title"],
    "properties": {
      "recordId": { "type": "string" },
      "title": { "type": "string" },
      "status": { "type": "string" },
      "priority": { "type": "string" },
      "owner": { "type": "string" },
      "area": { "type": "string" },
      "assigneeId": { "type": "string" },
      "dueDate": { "type": "string" },
      "notes": { "type": "string" },
      "chat": { "type": "array" }
    }
  }
}
