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

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