Skip to main content
Version: Next

ConstraintSchema

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