tasks-subcontext

[
  {
    "config": {
      "tasks-subcontext": {
        "items": [
          {
            "key": "tasks-filter",
            "title": "Filter",
            "header": true,
            "order": 1000,
            "items": [
              {
                "key": "assigned",
                "title": "Assigned to Me",
                "uri": "{baseUri}/tasks"
              },
              {
                "key": "unassigned",
                "title": "Unassigned",
                "uri": "{baseUri}/tasks/_filter/unassigned"
              },
              {
                "key": "completed",
                "title": "Completed by Me",
                "uri": "{baseUri}/tasks/_filter/completed"
              }
            ]
          }
        ]
      }
    }
  }
]```