github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/base/dsfs/testdata/movies/input.dataset.json (about) 1 { 2 "title": "example movie data", 3 "qri": "ds:0", 4 "structure": { 5 "qri": "st:0", 6 "format": "csv", 7 "formatConfig": { 8 "headerRow": true 9 }, 10 "schema": { 11 "type": "array", 12 "items": { 13 "type": "array", 14 "items": [ 15 { 16 "title": "title", 17 "type": "string" 18 }, 19 { 20 "title": "duration", 21 "type": "integer" 22 } 23 ] 24 } 25 } 26 } 27 }