github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/repo/test/test_huge_dataset/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 "timestamp": "2017-03-01T01:00:00.000Z", 10 "title": "initial commit" 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 }