{
  "schemaVersion": 1,
  "revision": 1,
  "name": "Your name",
  "updatedAt": null,
  "books": [
    {
      "id": "book-1",
      "title": "Your book title",
      "author": "Author name",
      "status": "reading",
      "workId": "",
      "cover": "",
      "url": "",
      "startedAt": null,
      "finishedAt": null,
      "progress": null,
      "note": ""
    }
  ]
}
