{ "@context": { "@version": 1.1, "@protected": true, "tm": "https://w3id.org/jeswr/task#", "wf": "http://www.w3.org/2005/01/wf/flow#", "dct": "http://purl.org/dc/terms/", "as": "https://www.w3.org/ns/activitystreams#", "odrl": "http://www.w3.org/ns/odrl/2/", "xsd": "http://www.w3.org/2001/XMLSchema#", "id": "@id", "type": "@type", "Task": "wf:Task", "Open": "wf:Open", "Closed": "wf:Closed", "State": "wf:State", "Tracker": "wf:Tracker", "title": "dct:title", "description": "dct:description", "created": { "@id": "dct:created", "@type": "xsd:dateTime" }, "creator": { "@id": "dct:creator", "@type": "@id" }, "relation": { "@id": "dct:relation", "@type": "@id", "@container": "@set" }, "references": { "@id": "dct:references", "@type": "@id", "@container": "@set" }, "isPartOf": { "@id": "dct:isPartOf", "@type": "@id" }, "assignee": { "@id": "wf:assignee", "@type": "@id" }, "Announce": "as:Announce", "actor": { "@id": "as:actor", "@type": "@id" }, "object": { "@id": "as:object", "@type": "@id" }, "target": { "@id": "as:target", "@type": "@id" }, "published": { "@id": "as:published", "@type": "xsd:dateTime" }, "wipMin": { "@id": "tm:wipMin", "@type": "xsd:nonNegativeInteger" }, "wipMax": { "@id": "tm:wipMax", "@type": "xsd:nonNegativeInteger" }, "Rule": "tm:Rule", "Trigger": "tm:Trigger", "Action": "tm:Action", "rule": { "@id": "tm:rule", "@type": "@id", "@container": "@set" }, "trigger": { "@id": "tm:trigger", "@type": "@id" }, "condition": { "@id": "tm:condition", "@type": "@id", "@container": "@set" }, "action": { "@id": "tm:action", "@type": "@id", "@container": "@set" }, "actionValue": "tm:actionValue", "OnStatusChange": "tm:OnStatusChange", "OnDueDatePassed": "tm:OnDueDatePassed", "OnAllSubtasksDone": "tm:OnAllSubtasksDone", "OnAssigned": "tm:OnAssigned", "OnCreated": "tm:OnCreated", "SetStatus": "tm:SetStatus", "SetPriority": "tm:SetPriority", "Assign": "tm:Assign", "AddComment": "tm:AddComment", "CloseIssue": "tm:CloseIssue", "Constraint": "odrl:Constraint", "leftOperand": { "@id": "odrl:leftOperand", "@type": "@id" }, "operator": { "@id": "odrl:operator", "@type": "@id" }, "rightOperand": "odrl:rightOperand" } }