{ "type": "object", "name": "DecisionTable1", "properties": { "conditionCriteria": { "type": "string" }, "conditionType": { "type": "string" }, "description": { "type": "string" }, "id": { "type": "string" }, "parameters": { "type": "array", "description": "", "items": { "type": "object", "properties": { "fieldName": { "type": "string" }, "isGroupByField": { "type": "boolean" }, "operator": { "type": "string" }, "sequence": { "type": "integer" }, "usage": { "type": "string" } }, "required": [ "fieldName", "isGroupByField", "usage" ] } }, "setupName": { "type": "string" }, "sourceCriteria": { "type": "array", "description": "", "items": { "type": "string" } }, "sourceObject": { "type": "string" }, "status": { "type": "string" } }, "required": [ "conditionCriteria", "conditionType", "description", "id", "parameters", "setupName", "sourceCriteria", "sourceObject", "status" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }