{ "type": "object", "properties": { "middleValues": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "total": { "type": "number", "example": 42 } }, "required": [ "middleValues", "total" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Prediction1" }