github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/base/dsfs/testdata/cities/expect.dataset.json (about) 1 { 2 "bodyPath": "/mem/QmcCcPTqmckdXLBwPQXxfyW2BbFcUT6gqv9oGeWDkrNTyD", 3 "commit": { 4 "message": "created dataset", 5 "path": "/mem/QmW2w8mjpz7bjFbbvvV7PqRmSMrB1Ybt2vWfKdtdUZbq8W", 6 "qri": "cm:0", 7 "signature": "EKuBms9Tw8dt+zslGU7w7TPjaLs6sqF+hSWhZuSm5g6jU/CYc44gH3zLpOXNlSzwv5FLramoBHkcmlFCjmjbZgAIXOwcPeQ58mrlG5KFde0yIK883xMlr+7C7wPpf6RinMFs2Y3NBhOJcuObDW1bSPENRaCJ0bBrGTH42mxkQr5j2KpkHHr+PEhWOnN63r79eeI9YtDce7WMOUiUKoBvSIRkQ3M9l3RxmqQ0bQnyZUq1J+hsd171mnDbEaMU1Ii0ehl6An5EkiwWAho/1wlMcHe3fuKzoglVR7tQuY4BceQ7IX7yj5cAqdBLJToftchscTpo6fciiFxNpAml2PUF6A==", 8 "timestamp": "2001-01-01T01:01:01.000000001Z", 9 "title": "initial commit" 10 }, 11 "meta": { 12 "path": "/mem/QmWX9MV7ms5QXVGt26gXAbp5z8TdfamUgVBdzxSqhWhPzV", 13 "qri": "md:0", 14 "title": "example city data" 15 }, 16 "qri": "ds:0", 17 "structure": { 18 "checksum": "/mem/QmcCcPTqmckdXLBwPQXxfyW2BbFcUT6gqv9oGeWDkrNTyD", 19 "depth": 2, 20 "entries": 5, 21 "format": "csv", 22 "formatConfig": { 23 "headerRow": true 24 }, 25 "length": 155, 26 "path": "/mem/QmUCD7N2uDGwVYmwbBBHxKsnxCzKFEwSAkfjjw4u2nwycN", 27 "qri": "st:0", 28 "schema": { 29 "items": { 30 "items": [ 31 { 32 "title": "city", 33 "type": "string" 34 }, 35 { 36 "title": "pop", 37 "type": "integer" 38 }, 39 { 40 "title": "avg_age", 41 "type": "number" 42 }, 43 { 44 "title": "in_usa", 45 "type": "boolean" 46 } 47 ], 48 "type": "array" 49 }, 50 "type": "array" 51 } 52 }, 53 "stats": { 54 "path": "/mem/QmZjVHiq1brwXQRKMDcc2TuE8UHhQCyTa3WMWnrYXJRUUG", 55 "qri": "sa:0", 56 "stats": [ 57 { 58 "count": 5, 59 "frequencies": { 60 "chatham": 1, 61 "chicago": 1, 62 "new york": 1, 63 "raleigh": 1, 64 "toronto": 1 65 }, 66 "maxLength": 8, 67 "minLength": 7, 68 "type": "string", 69 "unique": 5 70 }, 71 { 72 "count": 5, 73 "histogram": { 74 "bins": [ 75 35000, 76 250000, 77 300000, 78 8500000, 79 40000000, 80 40000001 81 ], 82 "frequencies": [ 83 1, 84 1, 85 1, 86 1, 87 1 88 ] 89 }, 90 "max": 40000000, 91 "mean": 9817000, 92 "median": 300000, 93 "min": 35000, 94 "type": "numeric" 95 }, 96 { 97 "count": 5, 98 "histogram": { 99 "bins": [ 100 44.4, 101 50.65, 102 55.5, 103 65.25, 104 66.25 105 ], 106 "frequencies": [ 107 2, 108 1, 109 1, 110 1 111 ] 112 }, 113 "max": 65.25, 114 "mean": 52.04, 115 "median": 50.65, 116 "min": 44.4, 117 "type": "numeric" 118 }, 119 { 120 "count": 5, 121 "falseCount": 1, 122 "trueCount": 4, 123 "type": "boolean" 124 } 125 ] 126 }, 127 "viz": { 128 "format": "example format", 129 "qri": "vz:0", 130 "scriptPath": "/example/path" 131 } 132 }