ConstraintSchema
@typestringrequired
Example:
ConstraintleftOperandstringrequired
Example:
leftOperandExampleoperatorstringrequired
Example:
operatorExamplerightOperand object
oneOf
- string
- object
string
rightOperandReferencestring
Example:
rightOperandReferenceExampleConstraintSchema
{
"@type": "Constraint",
"leftOperand": "leftOperandExample",
"operator": "operatorExample",
"rightOperand": "rightOperandExample",
"rightOperandReference": "rightOperandReferenceExample"
}