{ "type": "object", "name": "DecisionTable", "properties": { "id": { "type": "string" }, "parameters": { "type": "array", "description": "", "items": { "type": "string" } }, "sourceCriteria": { "type": "array", "description": "", "items": { "type": "string" } } }, "required": [ "id", "parameters", "sourceCriteria" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }