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