Skip to content

Commit afb532a

Browse files
committed
swagger fixes
1 parent 33089a0 commit afb532a

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

api/openapi.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10018,7 +10018,7 @@
1001810018
}
1001910019
},
1002010020
"tags": [
10021-
"Openapi"
10021+
"Utilities"
1002210022
]
1002310023
}
1002410024
},
@@ -10029,7 +10029,7 @@
1002910029
"responses": {
1003010030
"200": {
1003110031
"content": {
10032-
"application/x-yaml": {
10032+
"application/yaml": {
1003310033
"schema": {
1003410034
"format": "binary",
1003510035
"type": "string"
@@ -10042,7 +10042,7 @@
1004210042
}
1004310043
},
1004410044
"tags": [
10045-
"Openapi"
10045+
"Utilities"
1004610046
]
1004710047
}
1004810048
},

api/openapi.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ paths:
9191
description: Get the openapi.json file
9292
operationId: getOpenapiJson
9393
tags:
94-
- Openapi
94+
- Utilities
9595
responses:
9696
'200':
9797
content:
@@ -104,11 +104,11 @@ paths:
104104
description: Get the openapi.yml file
105105
operationId: getOpenapiYml
106106
tags:
107-
- Openapi
107+
- Utilities
108108
responses:
109109
'200':
110110
content:
111-
application/x-yaml:
111+
application/yaml:
112112
schema:
113113
type: string
114114
format: binary
@@ -7480,17 +7480,17 @@ components:
74807480
format: int64
74817481
example: 1668436763
74827482
ExtraCurrency:
7483-
type: object
7484-
required:
7485-
- amount
7486-
- preview
7487-
properties:
7488-
amount:
7489-
type: string
7490-
x-js-format: bigint
7491-
example: "1000000000"
7492-
preview:
7493-
$ref: '#/components/schemas/EcPreview'
7483+
type: object
7484+
required:
7485+
- amount
7486+
- preview
7487+
properties:
7488+
amount:
7489+
type: string
7490+
x-js-format: bigint
7491+
example: "1000000000"
7492+
preview:
7493+
$ref: '#/components/schemas/EcPreview'
74947494
SourceFile:
74957495
type: object
74967496
required:

pkg/oas/oas_response_encoders_gen.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)