mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-04 03:54:53 +01:00
Generate OpenAPI 3 schemas from the swagger 2.0 generation (#1017)
* Generate OpenAPI 3 schemas from the swagger 2.0 generation * Update API description URL in index.md
This commit is contained in:
@@ -2240,6 +2240,9 @@ const docTemplate = `{
|
||||
"code": {
|
||||
"type": "string"
|
||||
},
|
||||
"decimals": {
|
||||
"type": "integer"
|
||||
},
|
||||
"local": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
4550
backend/app/api/static/docs/openapi-3.json
Normal file
4550
backend/app/api/static/docs/openapi-3.json
Normal file
File diff suppressed because it is too large
Load Diff
2888
backend/app/api/static/docs/openapi-3.yaml
Normal file
2888
backend/app/api/static/docs/openapi-3.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2238,6 +2238,9 @@
|
||||
"code": {
|
||||
"type": "string"
|
||||
},
|
||||
"decimals": {
|
||||
"type": "integer"
|
||||
},
|
||||
"local": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
@@ -34,6 +34,8 @@ definitions:
|
||||
properties:
|
||||
code:
|
||||
type: string
|
||||
decimals:
|
||||
type: integer
|
||||
local:
|
||||
type: string
|
||||
name:
|
||||
|
||||
Reference in New Issue
Block a user