github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/p2p/testdata/brandyn/counter/input.dataset.json (about)

     1  {
     2    "qri": "ds:0",
     3    "commit": {
     4      "qri": "cm:0",
     5      "timestamp": "2017-02-01T01:00:00.000Z",
     6      "title": "initial commit"
     7    },
     8    "meta": {
     9      "qri": "md:0",
    10      "title": "it's a counter"
    11    },
    12    "structure": {
    13      "qri": "st:0",
    14      "format": "csv",
    15      "formatConfig": {
    16        "headerRow": true
    17      },
    18      "schema": {
    19        "type": "array",
    20        "items": {
    21          "type": "array",
    22          "items": [
    23            {
    24              "title": "count",
    25              "type": "integer"
    26            }
    27          ]
    28        }
    29      }
    30    }
    31  }