github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/cmd/testdata/movies/structure_rename.json (about)

     1  {
     2    "qri": "st:0",
     3    "format": "csv",
     4    "formatConfig": {
     5      "headerRow": true,
     6      "lazyQuotes": false
     7    },
     8    "schema": {
     9      "type": "array",
    10      "items": {
    11        "items": [
    12          {
    13            "title": "title",
    14            "type": "string"
    15          },
    16          {
    17            "title": "duration",
    18            "type": "integer"
    19          }
    20        ]
    21      }
    22    }
    23  }