github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/base/dsfs/testdata/cities_no_commit_title/input.dataset.json (about) 1 { 2 "meta": { 3 "qri": "md:0", 4 "title": "example city data" 5 }, 6 "commit": { 7 "qri": "cm:0", 8 "title": "" 9 }, 10 "qri": "ds:0", 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 }