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

     1  {
     2    "qri": "ds:0",
     3    "commit": {
     4      "qri": "cm:0",
     5      "timestamp": "2017-01-01T01:00:00.000Z",
     6      "title": "initial commit"
     7    },
     8    "meta": {
     9      "qri": "md:0",
    10      "title": "example city data"
    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": "city",
    25              "type": "string"
    26            },
    27            {
    28              "title": "pop",
    29              "type": "integer"
    30            },
    31            {
    32              "title": "avg_age",
    33              "type": "number"
    34            },
    35            {
    36              "title": "in_usa",
    37              "type": "boolean"
    38            }
    39          ]
    40        }
    41      }
    42    }
    43  }