| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "namespace": "forbidden", | 3 "namespace": "forbidden", |
| 4 "types": [], | 4 "types": [], |
| 5 "functions": [ | 5 "functions": [ |
| 6 { | 6 { |
| 7 "name": "forbiddenParameters", | 7 "name": "forbiddenParameters", |
| 8 "type": "function", | 8 "type": "function", |
| 9 "description": "Don't do this at home. Accepts multiple choices and valu
es", | 9 "description": "Don't do this at home. Accepts multiple choices and valu
es", |
| 10 "parameters": [ | 10 "parameters": [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 "type": "string", | 32 "type": "string", |
| 33 "name": "secondString" | 33 "name": "secondString" |
| 34 } | 34 } |
| 35 ] | 35 ] |
| 36 } | 36 } |
| 37 ] | 37 ] |
| 38 } | 38 } |
| 39 ] | 39 ] |
| OLD | NEW |