{ "type": "object", "properties": { "inputs": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "myColumnInput": { "type": "string", "example": "example_value" } }, "required": [ "myColumnInput" ] } } }, "required": [ "inputs" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "runDecisionMatrixRequest" }