mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +00:00
Openapi Schema improvements
- Return proper booleans in api responses - Update jsonschemavalidation to latest draft
This commit is contained in:
@ -31,10 +31,10 @@ router
|
||||
additionalProperties: false,
|
||||
properties: {
|
||||
expand: {
|
||||
$ref: 'common#/definitions/expand'
|
||||
$ref: 'common#/properties/expand'
|
||||
},
|
||||
query: {
|
||||
$ref: 'common#/definitions/query'
|
||||
$ref: 'common#/properties/query'
|
||||
}
|
||||
}
|
||||
}, {
|
||||
@ -91,10 +91,10 @@ router
|
||||
additionalProperties: false,
|
||||
properties: {
|
||||
host_id: {
|
||||
$ref: 'common#/definitions/id'
|
||||
$ref: 'common#/properties/id'
|
||||
},
|
||||
expand: {
|
||||
$ref: 'common#/definitions/expand'
|
||||
$ref: 'common#/properties/expand'
|
||||
}
|
||||
}
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user