See
"probability": {
"description": "A mapping of probabilities onto each of the potential output labels",
"properties": {
"false": "number",
"true": "number"
},
"type": "object"
}This should have:
"false": {"type": "number"},
"true": {"type": "number"}