{ "type": "object", "name": "Status400-ExpressionNotFound1", "properties": { "actionName": { "type": "string" }, "errors": { "type": "array", "description": "", "items": { "type": "object", "properties": { "statusCode": { "type": "string" }, "message": { "type": "string" }, "fields": { "type": "array", "description": "", "items": { "type": "string" } } }, "required": [ "statusCode", "message", "fields" ] } }, "isSuccess": { "type": "boolean" }, "outputValues": { "type": "['string', 'null']" }, "version": { "type": "integer" } }, "required": [ "actionName", "errors", "isSuccess", "outputValues", "version" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }