github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/p2p/test/testdata/cassie/flourinated_compounds_in_fast_food_packaging/input.dataset.json (about) 1 { 2 "commit" : { 3 "qri" : "cm:0", 4 "title" : "initial commit", 5 "timestamp": "2017-05-01T01:00:00.000Z" 6 }, 7 "meta" : { 8 "title" : "Fluorinated Compounds in U.S. Fast Food Packaging", 9 "description" : "Paper samples, paper extracts (known), paper extracts (unknown). \n\nThis dataset is associated with the following publication:\nSchaider, L., S. Balan, A. Blum, D. Andrews, M. Strynar, M. Dickinson, D. Lunderberg, J. Lang, and G. Peaslee. Fluorinated Compounds in U.S. Fast Food Packaging. Environmental Science \u0026amp; Technology Letters. American Chemical Society, Washington, DC, USA, 4(3): 105\u0026ndash;111, (2017)." 10 }, 11 "structure": { 12 "qri": "st:0", 13 "format": "cbor", 14 "schema": { 15 "type": "array", 16 "items": { 17 "type": "array", 18 "items": [ 19 { 20 "type": "string", 21 "title": "sample" 22 }, 23 { 24 "type": "string", 25 "title": "comments" 26 }, 27 { 28 "type": "integer", 29 "title": "length_cm", 30 "description": "length of sample in cm" 31 }, 32 { 33 "type": "integer", 34 "title": "width_cm", 35 "description": "width of sample in cm" 36 }, 37 { 38 "type": "integer", 39 "title": "area_cm", 40 "description": "area of sample in cm2" 41 }, 42 { 43 "type": "number", 44 "title": "vial_tare_g", 45 "description": "vial tare in grams" 46 }, 47 { 48 "type": "number", 49 "title": "vial_with_paper_g", 50 "description": "mass of vial tare with paper in grams" 51 }, 52 { 53 "type": "number", 54 "title": "mass_g", 55 "description": "mass of paper in grams" 56 } 57 ] 58 } 59 } 60 } 61 }