github.com/go-kivik/kivik/v4@v4.3.2/x/fsdb/testdata/TestPut_attachment (about)

     1  {
     2      "foo/foo.json": {
     3          "size": 257,
     4          "content": "{\"_rev\":\"1-c706e75b505ddddeed04b959cfcb0ace\",\"_attachments\":{\"foo.txt\":{\"content_type\":\"text/plain\",\"revpos\":1,\"length\":7,\"digest\":\"md5-+mpaMiTX2mbZ4L3sJfYs8A==\",\"stub\":true}},\"_revisions\":{\"start\":1,\"ids\":[\"c706e75b505ddddeed04b959cfcb0ace\"]},\"foo\":\"bar\"}\n"
     5      },
     6      "foo/foo/foo.txt": {
     7          "size": 7,
     8          "content": "Testing"
     9      }
    10  }