{ "type": "object", "name": "Status201-Error", "properties": { "outputs": { "type": "array", "description": "", "items": { "type": "object", "properties": { "errorCode": { "type": "integer" }, "errorMessage": { "type": "string" }, "outcomeList": { "type": "array", "description": "", "items": { "type": "string" } }, "outcomeType": { "type": "['string', 'null']" }, "successStatus": { "type": "boolean" } }, "required": [ "errorCode", "errorMessage", "outcomeList", "outcomeType", "successStatus" ] } } }, "required": [ "outputs" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }