Constraint

Constraint
Constraint
JSON Example
{
    "conditions": [
        {
            "type": "string",
            "enforcement": "string",
            "occurrence": "string",
            "expression": {
                "propertyName": "string",
                "propertyType": "string",
                "matchValue": "string",
                "matchType": "string",
                "range": {
                    "type": "string",
                    "min": {},
                    "max": {},
                    "isMinInclusive": false,
                    "isMaxInclusive": false,
                    "precisionStep": 0
                },
                "sortOrder": "string"
            }
        }
    ]
}
array of Condition
conditions
Optional

conditions