Aktueller Stand
This commit is contained in:
2
backend/node_modules/@fastify/swagger-ui/examples/example-static-specification.yaml
generated
vendored
2
backend/node_modules/@fastify/swagger-ui/examples/example-static-specification.yaml
generated
vendored
@@ -27,5 +27,5 @@ paths:
|
||||
date:
|
||||
type: string
|
||||
example:
|
||||
health: true
|
||||
health: true
|
||||
date: "2018-02-19T15:36:46.758Z"
|
||||
7
backend/node_modules/@fastify/swagger-ui/examples/options.js
generated
vendored
7
backend/node_modules/@fastify/swagger-ui/examples/options.js
generated
vendored
@@ -111,8 +111,11 @@ const schemaQuerystring = {
|
||||
}
|
||||
},
|
||||
querystring: {
|
||||
hello: { type: 'string' },
|
||||
world: { type: 'string' }
|
||||
type: 'object',
|
||||
properties: {
|
||||
hello: { type: 'string' },
|
||||
world: { type: 'string' }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user