{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ErrorExplanation", "type": "object", "required": [ "answer", "correlationId" ], "properties": { "answer": { "type": "string" }, "correlationId": { "type": "string" } } }