github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/repo/test/testdata/flourinated_compounds_in_fast_food_packaging/input.dataset.json (about) 1 { 2 "commit" : { 3 "qri" : "cm:0", 4 "title" : "initial commit" 5 }, 6 "meta" : { 7 "title" : "Fluorinated Compounds in U.S. Fast Food Packaging", 8 "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)." 9 }, 10 "structure": { 11 "qri": "st:0", 12 "format": "cbor", 13 "schema": { 14 "type": "array", 15 "items": { 16 "type": "array", 17 "items": [ 18 { 19 "type": "string", 20 "title": "sample" 21 }, 22 { 23 "type": "string", 24 "title": "comments" 25 }, 26 { 27 "type": "integer", 28 "title": "length_cm", 29 "description": "length of sample in cm" 30 }, 31 { 32 "type": "integer", 33 "title": "width_cm", 34 "description": "width of sample in cm" 35 }, 36 { 37 "type": "integer", 38 "title": "area_cm", 39 "description": "area of sample in cm2" 40 }, 41 { 42 "type": "number", 43 "title": "vial_tare_g", 44 "description": "vial tare in grams" 45 }, 46 { 47 "type": "number", 48 "title": "vial_with_paper_g", 49 "description": "mass of vial tare with paper in grams" 50 }, 51 { 52 "type": "number", 53 "title": "mass_g", 54 "description": "mass of paper in grams" 55 } 56 ] 57 } 58 } 59 } 60 }