{ "type": "object", "name": "PredictRequest", "properties": { "predictionDefinition": { "type": "string" }, "type": { "type": "string" }, "columnNames": { "type": "array", "description": "", "items": { "type": "string" } }, "rows": { "type": "array", "items": { "type": "array", "items": { "type": "string" } } } }, "required": [ "predictionDefinition", "type", "columnNames", "rows" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }