github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/api/testdata/cities/structure.json (about) 1 { 2 "checksum": "Qma9TG3f7EjDHRD9MUePpj1YmDynr4UbppeghShqFti5hn", 3 "entries": 6, 4 "errCount": 1, 5 "format": "csv", 6 "formatConfig": { 7 "headerRow": true 8 }, 9 "length": 154, 10 "qri": "st:0", 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 }