github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/api/testdata/cities/init_dataset.json (about) 1 { 2 "commit": { 3 "title": "initial commit for testing init endpoint", 4 "message": "testing this out to see if it works!" 5 }, 6 "structure": { 7 "format": "csv", 8 "formatConfig": { 9 "headerRow": true 10 }, 11 "schema": { 12 "items": { 13 "items": [ 14 { 15 "title": "city", 16 "type": "string" 17 }, 18 { 19 "title": "pop", 20 "type": "integer" 21 }, 22 { 23 "title": "avg_age", 24 "type": "number" 25 }, 26 { 27 "title": "in_usa", 28 "type": "boolean" 29 } 30 ], 31 "type": "array" 32 }, 33 "type": "array" 34 } 35 } 36 }