3 "namespace": "choices",
11 {"type": "array", "items": {"type": "integer", "minimum": 0}},
17 {"type": "array", "items": {"type": "string", "minimum": 0}},
27 "name": "takesIntegers",
29 "description": "Takes one or more integers.",
34 {"type": "array", "items": {"type": "integer", "minimum": 0}},
46 "name": "takesIntegersOptional",
48 "description": "Takes one or more integers.",
53 {"type": "array", "items": {"type": "integer", "minimum": 0}},
66 "name": "objectWithChoices",
68 "description": "Takes an object with one or more strings and optional integer(s).",
75 "description": "One or more tab indices to highlight.",
77 {"type": "array", "items": {"type": "string", "minimum": 0}},
82 "description": "One or more tab indices to highlight.",
84 {"type": "array", "items": {"type": "integer", "minimum": 0}},
99 "name": "returnChoices",
101 "description": "Gives back a string. Or not.",
110 {"type": "array", "items": {"type": "integer", "minimum": 0}},
113 "description": "Some integers."
120 "name": "returnMultipleChoices",
122 "description": "Gives back two values where each is an integer or a list of integers.",
129 "name": "firstResult",
131 {"type": "array", "items": {"type": "integer", "minimum": 0}},
134 "description": "Some integers."
137 "name": "secondResult",
139 {"type": "array", "items": {"type": "integer", "minimum": 0}},
142 "description": "Some integers."