Skip to content

Commit

Permalink
Update swagger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bclswl0827 committed Mar 5, 2024
1 parent 9d61c88 commit f443944
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
7 changes: 2 additions & 5 deletions docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,13 +459,10 @@ const docTemplate = `{
"station.geophoneModel": {
"type": "object",
"properties": {
"ehe": {
"frequency": {
"type": "number"
},
"ehn": {
"type": "number"
},
"ehz": {
"sensitivity": {
"type": "number"
}
}
Expand Down
7 changes: 2 additions & 5 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,13 +451,10 @@
"station.geophoneModel": {
"type": "object",
"properties": {
"ehe": {
"frequency": {
"type": "number"
},
"ehn": {
"type": "number"
},
"ehz": {
"sensitivity": {
"type": "number"
}
}
Expand Down
6 changes: 2 additions & 4 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,9 @@ definitions:
type: object
station.geophoneModel:
properties:
ehe:
type: number
ehn:
frequency:
type: number
ehz:
sensitivity:
type: number
type: object
station.memoryModel:
Expand Down

0 comments on commit f443944

Please sign in to comment.