{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ErrorData", "type": "object", "properties": { "reasonCode": { "type": "string" }, "errorMessage": { "type": "string" }, "modelName": { "type": "string" }, "scoreType": { "type": "string" }, "productType": { "type": "string" } } }