-
# Issue
```
ValidationError: {
"title": "The Title",
"version": "2.0.0",
"description": "The description.",
"contact": {
"name": "...",
"url": "https://www.xyz.nl/",
"li…
-
Hi with the new `stripVendorExtensions` on api docs the code does not take into account recursive structures which will result in an error
```Unhandled rejection RangeError: Maximum call stack size…
-
As per spec
https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#securityRequirementObject
Would be quite nice to set that up by default by getting `scope` array parameter that's s…
-
I am getting below exception with the latest version. This is not happening with version 0.7.0
```
$ swagger project create helloworld
? Framework? (Use arrow keys)
> connect
express
hapi
resti…
-
According to documentation it's possible to pass a header parameter to a specific route by passing a validate function to route config object like this:
```javascript
server.route({
method: 'PUT…
-
잔설정이 많다고 했는데 생각보다 핸디함.
-
# Issue
When using a `Joi.Ref` as a default object, the UI shows:
```
OrderedMap { "adjust": null, "in": false, "iterables": null, "map": null, "separator": ".", "type": "value", "ancestor": 1, "pa…
-
I'm attempting to use Chairo with happi to make a rest api which interfaces with seneca services.
I'm including both plugins with register:
```
app.register([{ register: Chairo, options: opti…
-
#### Context
* *hapi-swagger version*: 9.4.2
* *any other relevant information*:
#### What are you trying to achieve or the steps to reproduce?
I am hoping to provide example request payload…
-
We need to have a few go to examples using swagger-tools and other server systems like [Express](http://expressjs.com/) and [Restify](http://mcavage.me/node-restify/).