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