{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Delay_Prediction", "type": "object", "properties": { "type": { "type": "string", "description": "the resource name (`prediction`)" }, "subType": { "type": "string" }, "id": { "type": "string", "description": "item identifier" }, "result": { "$ref": "#/definitions/PredictionResultType" }, "probability": { "type": "string", "description": "probability of the forecast (between 0 and 1)" } } }