github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/cmd/testdata/expect/TestSaveState.json (about) 1 { 2 "bodyPath": "/ipfs/QmXhsUK6vGZrqarhw9Z8RCXqhmEpvtVByKtaYVarbDZ5zn", 3 "commit": { 4 "author": { 5 "id": "QmeL2mdVka1eahKENjehK6tBxkkpk5dNQ1qMcgWi7Hrb4B" 6 }, 7 "message": "created dataset from body_ten.csv", 8 "path": "/ipfs/QmRQo5ivNLbQdu1ps3iyEaVknyTYisUwsL152dwSorskJB", 9 "qri": "cm:0", 10 "signature": "iGs2R/GWE8f0YqRhTnaw6r/geX+5hSmTxOG68vdYbJ5dkqLXcp7nYkuezvs9aHPTLPgqoshJ6w0va8JthSSGkRkm6ue5iItLqN0Vbi2Ru/b7BAfvpJwoeb/FJCj41bFtqojs9S9flNJB7RmQl03usiaauUw/dkNE7KXZkT0DGA3Fo8cHKeAgyhYdZzPeXKu1RIp+rIMZMJOwj0Rw7oLBXjiWcqttwJQsvx8qAS72xhQZysGGicImdTPzeTK+7wwBnm99f2afjB1v3TD7h5XMmFRiOBtNx3U6snzTcUPvGeL895Q7ZBco9fEAPhgxgrV51b28IS0ci6qXyYfIOKNARg==", 11 "timestamp": "2001-01-01T01:01:01.000000001Z", 12 "title": "created dataset from body_ten.csv" 13 }, 14 "path": "/ipfs/QmVmAAVSVewv6HzojRBr2bqJgWwZ8w18vVPqQ6VuTuH7UZ", 15 "qri": "ds:0", 16 "structure": { 17 "checksum": "/ipfs/QmXhsUK6vGZrqarhw9Z8RCXqhmEpvtVByKtaYVarbDZ5zn", 18 "depth": 2, 19 "errCount": 1, 20 "entries": 8, 21 "format": "csv", 22 "formatConfig": { 23 "headerRow": true, 24 "lazyQuotes": true 25 }, 26 "length": 224, 27 "path": "/ipfs/QmSxuAVwd9pPf9c7WMu1gjUsHSLBLRuxQcFjyu9mfsA2TQ", 28 "qri": "st:0", 29 "schema": { 30 "items": { 31 "items": [ 32 { 33 "title": "movie_title", 34 "type": "string" 35 }, 36 { 37 "title": "duration", 38 "type": "integer" 39 } 40 ], 41 "type": "array" 42 }, 43 "type": "array" 44 } 45 }, 46 "stats": { 47 "path": "/ipfs/QmbJeH82n56LBGBsRWxmSctrUy1Urr1epePSpQ8bMgufsG", 48 "qri": "sa:0", 49 "stats": [ 50 { 51 "count": 8, 52 "frequencies": { 53 "Avatar ": 1, 54 "John Carter ": 1, 55 "Pirates of the Caribbean: At World's End... 41 chars (2)": 1, 56 "Spectre ": 1, 57 "Spider-Man 3 ": 1, 58 "Star Wars: Episode VII - The Force Awake... 55 chars (5)": 1, 59 "Tangled ": 1, 60 "The Dark Knight Rises ": 1 61 }, 62 "maxLength": 55, 63 "minLength": 7, 64 "type": "string", 65 "unique": 8 66 }, 67 { 68 "count": 7, 69 "histogram": { 70 "bins": [ 71 100, 72 132, 73 148, 74 156, 75 164, 76 169, 77 178, 78 179 79 ], 80 "frequencies": [ 81 1, 82 1, 83 1, 84 1, 85 1, 86 1, 87 1 88 ] 89 }, 90 "max": 178, 91 "mean": 149.57142857142858, 92 "median": 156, 93 "min": 100, 94 "type": "numeric" 95 } 96 ] 97 } 98 }