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

     1  {
     2    "qri": "ds:0",
     3    "meta": {
     4      "qri": "md:0",
     5      "title": "example movie data"
     6    },
     7    "commit": {
     8      "qri": "cm:0",
     9      "title": "initial commit"
    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": "title",
    24              "type": "string"
    25            },
    26            {
    27              "title": "duration",
    28              "type": "integer"
    29            }
    30          ]
    31        }
    32      }
    33    }
    34  }