1[
2  {
3    "type": "kwargs",
4    "function": "project",
5    "id": "/",
6    "operation": "set",
7    "kwargs": {
8      "license": ["GPL", "MIT", "BSD", "Boost"]
9    }
10  },
11  {
12    "type": "kwargs",
13    "function": "project",
14    "id": "/",
15    "operation": "remove",
16    "kwargs": {
17      "license": ["MIT"]
18    }
19  },
20  {
21    "type": "kwargs",
22    "function": "project",
23    "id": "/",
24    "operation": "remove",
25    "kwargs": {
26      "license": "BSD"
27    }
28  },
29  {
30    "type": "kwargs",
31    "function": "project",
32    "id": "//",
33    "operation": "remove",
34    "kwargs": {
35      "license": "Boost"
36    }
37  }
38]
39