Condition
Condition
JSON Example
{
"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"
}
}
string
type
Optional
type
Possible values are :
TAG,
FIELD,
string
enforcement
Optional
enforcement
Possible values are :
HARD,
SOFT,
string
occurrence
Optional
occurrence
Possible values are :
MUST_OCCUR,
MUST_NOT_OCCUR,
SHOULD_OCCUR,