3 "namespace": "forbidden",
7 "name": "forbiddenParameters",
9 "description": "Don't do this at home. Accepts multiple choices and values",
12 "name": "firstChoice",
13 "description": "a choice between int and array",
15 {"type": "integer", "minimum": 0},
16 {"type": "array", "items": {"type": "integer"}}
24 "name": "secondChoice",
25 "description": "a choice between int and array",
27 {"type": "integer", "minimum": 0},
28 {"type": "array", "items": {"type": "integer"}}
33 "name": "secondString"