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