github.com/go-kivik/kivik/v4@v4.3.2/x/fsdb/testdata/TestGet_specify_rev,_revs=true (about)

     1  {
     2      "_id": "withrevs",
     3      "_rev": "8-asdf",
     4      "_revisions": {
     5          "start": 8,
     6          "ids": [
     7              "asdf",
     8              "sdfg",
     9              "dfgh",
    10              "fghj",
    11              "ghjk"
    12          ]
    13      },
    14      "foo": "bar"
    15  }