github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/p2p/testdata/omar/movies/input.dataset.json (about) 1 { 2 "qri": "ds:0", 3 "commit": { 4 "qri": "cm:0", 5 "timestamp": "2017-03-01T01:00:00.000Z", 6 "title": "initial commit" 7 }, 8 "meta": { 9 "qri": "md:0", 10 "title": "example movie data" 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 }