{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ErrorExplanationRequest", "type": "object", "required": [ "jobId" ], "properties": { "error": { "type": "string", "description": "Error message to explain. Deprecated and ignored, as now the error is pulled directly from job.", "deprecated": true }, "jobId": { "type": "string" } } }