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