archive-subcontext

[
  {
    "evaluator": "context-archive",
    "condition": true,
    "config": {
      "archive-subcontext": {
        "items": [
          {
            "key": "archive",
            "title": "Archive",
            "order": 1000,
            "header": true,
            "items": [
              {
                "key": "archive/overview",
                "title": "Overview",
                "uri": "#/vaults/{vaultId}/archives/{archiveId}",
                "order": 100
              },
              {
                "key": "archive/properties",
                "title": "Properties",
                "uri": "#/vaults/{vaultId}/archives/{archiveId}/properties"
              }
            ]
          }
        ]
      }
    }
  }
]```