{ "type": "object", "name": "Error", "properties": { "errorCode": { "type": "string" }, "errorMessage": { "type": "string" }, "recordId": { "type": "string" } }, "required": [ "errorCode", "errorMessage", "recordId" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }