ProhibitionSchema
@typestringrequired
Example: 
Prohibitionassignerstring
Example: 
assignerExampleassigneestring
Example: 
assigneeExampleactionstringrequired
Example: 
actionExampletargetstring
Example: 
targetExampleconstraint object[]
Array [
@typestringrequired
Example: 
ConstraintleftOperandstringrequired
Example: 
leftOperandExampleoperatorstringrequired
Example: 
operatorExamplerightOperandobject
Example: 
{"value":"rightOperandExample"}rightOperandReferencestring
Example: 
rightOperandReferenceExample]
ProhibitionSchema
{
  "@type": "Prohibition",
  "assigner": "assignerExample",
  "assignee": "assigneeExample",
  "action": "actionExample",
  "target": "targetExample",
  "constraint": []
}