github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/cmd/testdata/movies/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": "removing rows", 10 "message": "removing rows for test purposes" 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": "title", 25 "type": "string" 26 }, 27 { 28 "title": "duration", 29 "type": "integer" 30 } 31 ] 32 } 33 } 34 } 35 }