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