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