github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/repo/test/testdata/cities/input.dataset.json (about) 1 { 2 "qri": "ds:0", 3 "commit": { 4 "qri": "cm:0", 5 "title": "initial commit" 6 }, 7 "meta": { 8 "qri": "md:0", 9 "title": "example city data" 10 }, 11 "structure": { 12 "qri": "st:0", 13 "format": "csv", 14 "formatConfig": { 15 "headerRow": true 16 }, 17 "schema": { 18 "type": "array", 19 "items": { 20 "type": "array", 21 "items": [ 22 { 23 "title": "city", 24 "type": "string" 25 }, 26 { 27 "title": "pop", 28 "type": "integer" 29 }, 30 { 31 "title": "avg_age", 32 "type": "number" 33 }, 34 { 35 "title": "in_usa", 36 "type": "boolean" 37 } 38 ] 39 } 40 } 41 } 42 }