Skip to main content
Version: Next

ProhibitionSchema

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