Skip to content

Commit

Permalink
json uses 2-space indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler committed Mar 16, 2023
1 parent 088c503 commit ec43676
Showing 1 changed file with 57 additions and 38 deletions.
Original file line number Diff line number Diff line change
@@ -1,40 +1,59 @@
{
"ordering": [["A1"]],
"brand": {"brand": "Radwag", "brandId": ["AXA11"]},
"metadata": {
"displayName": "Radwag Pipette Calibration Vial",
"displayCategory": "tubeRack",
"displayVolumeUnits": "µL",
"tags": []
},
"dimensions": {"xDimension": 128, "yDimension": 86, "zDimension": 86},
"wells": {
"A1": {
"depth": 40,
"totalLiquidVolume": 2152.38,
"shape": "circular",
"diameter": 14.5,
"x": 64,
"y": 43,
"z": 46
}
},
"groups": [
{
"brand": {"brand": "Radwag", "brandId": ["AXA11"]},
"metadata": {"wellBottomShape": "flat", "displayCategory": "tubeRack"},
"wells": ["A1"]
}
],
"parameters": {
"format": "irregular",
"quirks": [],
"isTiprack": false,
"isMagneticModuleCompatible": false,
"loadName": "radwag_pipette_calibration_vial"
},
"namespace": "custom_beta",
"version": 1,
"schemaVersion": 2,
"cornerOffsetFromSlot": {"x": 0, "y": 0, "z": 0}
"schemaVersion": 2,
"version": 1,
"namespace": "custom_beta",
"ordering": [
["A1"]
],
"metadata": {
"displayName": "Radwag Pipette Calibration Vial",
"displayCategory": "tubeRack",
"displayVolumeUnits": "µL",
"tags": []
},
"dimensions": {
"xDimension": 128,
"yDimension": 86,
"zDimension": 86
},
"parameters": {
"format": "irregular",
"quirks": [],
"isTiprack": false,
"isMagneticModuleCompatible": false,
"loadName": "radwag_pipette_calibration_vial"
},
"wells": {
"A1": {
"depth": 40,
"totalLiquidVolume": 2152.38,
"shape": "circular",
"diameter": 14.5,
"x": 64,
"y": 43,
"z": 46
}
},
"brand": {
"brand": "Radwag",
"brandId": ["AXA11"]
},
"groups": [
{
"brand": {
"brand": "Radwag",
"brandId": ["AXA11"]
},
"metadata": {
"wellBottomShape": "flat",
"displayCategory": "tubeRack"
},
"wells": ["A1"]
}
],
"cornerOffsetFromSlot": {
"x": 0,
"y": 0,
"z": 0
}
}

0 comments on commit ec43676

Please sign in to comment.