3 "namespace": "forbidden",
4 "description": "The forbidden API... Careful.",
8 "name": "forbiddenParameters",
10 "description": "Don't do this at home. Accepts multiple choices and values",
13 "name": "firstChoice",
14 "description": "a choice between int and array",
16 {"type": "integer", "minimum": 0},
17 {"type": "array", "items": {"type": "integer"}}
25 "name": "secondChoice",
26 "description": "a choice between int and array",
28 {"type": "integer", "minimum": 0},
29 {"type": "array", "items": {"type": "integer"}}
34 "name": "secondString"