| [ | |
| { | |
| "type": "kwargs", | |
| "function": "project", | |
| "id": "/", | |
| "operation": "set", | |
| "kwargs": { | |
| "license": ["GPL", "MIT", "BSD"] | |
| } | |
| }, | |
| { | |
| "type": "kwargs", | |
| "function": "project", | |
| "id": "/", | |
| "operation": "remove", | |
| "kwargs": { | |
| "license": ["MIT"] | |
| } | |
| }, | |
| { | |
| "type": "kwargs", | |
| "function": "project", | |
| "id": "/", | |
| "operation": "remove", | |
| "kwargs": { | |
| "license": "BSD" | |
| } | |
| } | |
| ] |