3 "namespace": "simple_api",
4 "description": "This is a simple API.",
12 "description": "Some string."
16 "description": "Some boolean."
20 "description": "Some double."
24 "description": "Some integer."
31 "enum": ["one", "two", "three"]
36 "name": "incrementInteger",
38 "description": "Increments the given integer.",
51 "description": "The incremented value."
58 "name": "optionalString",
60 "description": "Takes a string. Or not.",
75 "name": "optionalBeforeRequired",
77 "description": "Takes an optional parameter followed by a required one.",
96 "name": "optionalCallbackParams",
98 "description": "Gives back a string. Or not.",
107 "description": "True if the extension has the specified permissions."
114 "name": "getTestType",
116 "description": "Return a TestType.",
125 "description": "A TestType."
134 "name": "onIntegerFired",
136 "description": "Fired when an integer is ready.",
139 "name": "someInteger",
145 "name": "onStringFired",
147 "description": "Fired when a string is ready.",
150 "name": "someString",
156 "name": "onTestTypeFired",
158 "description": "Fired when a TestType is ready.",
161 "name": "someTestType",