ConstraintSchema
@typestringrequired
Example:
ConstraintleftOperandstringrequired
Example:
leftOperandExampleoperatorstringrequired
Example:
operatorExamplerightOperandobject
Example:
{"value":"rightOperandExample"}rightOperandReferencestring
Example:
rightOperandReferenceExampleConstraintSchema
{
"@type": "Constraint",
"leftOperand": "leftOperandExample",
"operator": "operatorExample",
"rightOperand": {
"value": "rightOperandExample"
},
"rightOperandReference": "rightOperandReferenceExample"
}