1[
2  {
3    "type": "kwargs",
4    "function": "project",
5    "id": "/",
6    "operation": "set",
7    "kwargs": {
8      "license": ["GPL", "MIT", "BSD"]
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