Skip to content

Commit

Permalink
docs: add type:string to enum types that are missing it (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
sborrazas committed Jun 2, 2023
1 parent 7d10113 commit d5f1381
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/swagger_v2/names.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ schemas:
previous:
$ref: '#/components/schemas/Auction'
status:
type: string
enum:
- auction
NameClaim:
Expand Down Expand Up @@ -267,6 +268,7 @@ paths:
- type: object
properties:
status:
type: string
enum:
- auction
- active
Expand Down
1 change: 1 addition & 0 deletions docs/swagger_v2/transfers.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ schemas:
type: integer
example: 610158
kind:
type: string
enum:
- reward_dev
- reward_block
Expand Down
1 change: 1 addition & 0 deletions docs/swagger_v2/txs.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ paths:
schema:
type: array
items:
type: string
enum:
- channel_close_mutual
- channel_close_solo
Expand Down

0 comments on commit d5f1381

Please sign in to comment.