Skip to main content
Version: Next

DutySchema

@typestringrequired
Example: Duty
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
  • ]
  • DutySchema
    {
    "@type": "Duty",
    "assigner": "assignerExample",
    "assignee": "assigneeExample",
    "action": "actionExample",
    "target": "targetExample",
    "constraint": []
    }