{ "type": "object", "name": "Status200-Successfull", "properties": { "actionName": { "type": "string" }, "errors": { "type": "['string', 'null']" }, "isSuccess": { "type": "boolean" }, "outputValues": { "type": "object", "properties": { "output": { "type": "integer" } }, "required": [ "output" ] }, "version": { "type": "integer" } }, "required": [ "actionName", "errors", "isSuccess", "outputValues", "version" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }