ProhibitionSchema
@typestringrequired
Example:
odrl:Prohibition
odrl:assignerstring
Example:
assignerExample
odrl:assigneestring
Example:
assigneeExample
odrl:actionstringrequired
Example:
odrl:actionExample
odrl:targetstring
Example:
targetExample
odrl:constraint object[]
Array [
@typestringrequired
Example:
odrl:Constraint
odrl:leftOperandstringrequired
Example:
odrl:leftOperandExample
odrl:operatorstringrequired
Example:
odrl:operatorExample
odrl:rightOperandobject
Example:
{"value":"rightOperandExample"}
odrl:rightOperandReferencestring
Example:
rightOperandReferenceExample
]
ProhibitionSchema
{
"@type": "odrl:Prohibition",
"odrl:assigner": "assignerExample",
"odrl:assignee": "assigneeExample",
"odrl:action": "odrl:actionExample",
"odrl:target": "targetExample",
"odrl:constraint": []
}