{ "type": "object", "name": "Prediction", "properties": { "model": { "type": "object", "properties": { "id": { "type": "string" } }, "required": [ "id" ] }, "prediction": { "type": "object", "properties": { "middleValues": { "type": "array", "description": "", "items": { "type": "string" } }, "total": { "type": "number" } }, "required": [ "middleValues", "total" ] }, "prescriptions": { "type": "array", "description": "", "items": { "type": "string" } }, "status": { "type": "string" } }, "required": [ "model", "prediction", "prescriptions", "status" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }