ConstraintSchema
@typestringrequired
Example:
Constraint
leftOperandstringrequired
Example:
leftOperandExample
operatorstringrequired
Example:
operatorExample
rightOperandobject
Example:
{"value":"rightOperandExample"}
rightOperandReferencestring
Example:
rightOperandReferenceExample
ConstraintSchema
{
"@type": "Constraint",
"leftOperand": "leftOperandExample",
"operator": "operatorExample",
"rightOperand": {
"value": "rightOperandExample"
},
"rightOperandReference": "rightOperandReferenceExample"
}