ssemull.microflex-bigdecimal.1.0.1.source-code.json_result_schema.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of microflex-bigdecimal Show documentation
Show all versions of microflex-bigdecimal Show documentation
Microplate library for parsing wet lab data.
The newest version!
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"label": {
"type": "string"
},
"size": {
"type": "integer"
},
"wells": {
"type": "object",
"additionalProperties": true
}
},
"required": [
"type",
"label",
"size",
"wells"
]
}
}
},
"required": [
"results"
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy