github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/lib/testdata/complete/expect.dataset.json (about) 1 { 2 "abstract": "/map/Qmb3n8FvgDbLoU9d7e3vo1UAyVkwV1RnqXUqPKC3Rj2Ej7", 3 "abstractTransform": "/map/QmemJQrK7PTQvD3n8gmo9JhyaByyLmETiNR1Y8wS7hv4sP", 4 "commit": { 5 "qri": "cm:0", 6 "signature": "8WVfbCKYc4rpugq5ZKYoWzX6wFQ6odffwe2UDAR1G1ktjQihiRx8EADNmxZDgh8LkuWSQLMKJ5xzndFVbW5AcnfeLkJ9GCut62QWmWapb5TWU2GeBxRZnmDhJKpDjTf5fvExUZk7F7viSbVGUfXWmKPZwieLVfowkJMGee8WLQo7hY3rK42dPjMfqP91AQgQsLCPFFFwGN94FExeQ5FcdP2ecLNpyxTbDNbQWeov6oUiHDTXFQ95T28WkJQDQvp5DwnS3WeBEF2TzxGq165KjLHLq3GJm5s767MzgWdZibKcRZpXX9k2S2DeMdRh1AhTXJEdXXj5TtS37ANeJ9f1QL4Eb6XAue", 7 "timestamp": "2001-01-01T01:01:01.000000001Z", 8 "title": "I'm a commit" 9 }, 10 "dataPath": "/map/QmcCcPTqmckdXLBwPQXxfyW2BbFcUT6gqv9oGeWDkrNTyD", 11 "meta": { 12 "qri": "md:0", 13 "title": "dataset with all submodels example" 14 }, 15 "qri": "ds:0", 16 "structure": { 17 "checksum": "QmcCcPTqmckdXLBwPQXxfyW2BbFcUT6gqv9oGeWDkrNTyD", 18 "entries": 6, 19 "errCount": 1, 20 "format": "csv", 21 "formatConfig": { 22 "headerRow": true 23 }, 24 "length": 155, 25 "qri": "st:0", 26 "schema": { 27 "items": { 28 "items": [ 29 { 30 "title": "title", 31 "type": "string" 32 }, 33 { 34 "title": "duration", 35 "type": "integer" 36 } 37 ], 38 "type": "array" 39 }, 40 "type": "array" 41 } 42 }, 43 "transform": { 44 "data": "select * from foo", 45 "qri": "tf:0", 46 "resources": { 47 "foo": "/not/a/real/path" 48 }, 49 "structure": { 50 "errCount": 0, 51 "format": "csv", 52 "formatConfig": { 53 "headerRow": true 54 }, 55 "qri": "st:0", 56 "schema": { 57 "items": { 58 "items": [ 59 { 60 "title": "title", 61 "type": "string" 62 }, 63 { 64 "title": "duration", 65 "type": "integer" 66 } 67 ], 68 "type": "array" 69 }, 70 "type": "array" 71 } 72 }, 73 "syntax": "sql" 74 }, 75 "visconfig": { 76 "format": "foo", 77 "qri": "vc:0", 78 "visualizations": { 79 "colors": { 80 "background": "#000000", 81 "bars": "#ffffff" 82 }, 83 "type": "bar" 84 } 85 } 86 }