Skip to main content
Version: Next

ConstraintSchema

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