Sleds/scorewalker-utils/ValidationWalker/ClassificationOutput.json

28 lines
688 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"javaType": "com.sequencelogic.sleds.models.classification.ClassificationOutput",
"properties": {
"binningParameters": { "$ref": "BinningParameters.json#" },
"libraryPages": {
"type": "array",
"items": { "$ref": "LibraryPage.json#" }
},
"documentPages": {
"type": "array",
"items": { "$ref": "DocumentPage.json#" }
},
"associations": {
"type": "array",
"items": { "$ref": "Association.json#" }
}
},
"additionalProperties": true,
"required": [
"binningParameters",
"libraryPages",
"documentPages",
"associations"
]
}