Skip to content

Commit

Permalink
Merge branch 'gh-pages-deploy' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Jul 2, 2020
2 parents 8fc1fa7 + a0669cb commit f7e5c32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/edge/swagger.yaml
Expand Up @@ -30,6 +30,11 @@ x-slotNumber: &slotNumber
minimum: 0
example: 1337

x-stakePoolsNumber: &stakePoolsNumber
type: integer
minimum: 0
example: 100

x-numberOfSeconds: &numberOfSeconds
type: object
required:
Expand Down Expand Up @@ -812,6 +817,7 @@ components:
- epoch_stability
- active_slot_coefficient
- decentralization_level
- desired_pool_number
properties:
genesis_block_hash: *blockId
blockchain_start_time: *date
Expand All @@ -820,6 +826,7 @@ components:
epoch_stability: *numberOfBlocks
active_slot_coefficient: *percentage
decentralization_level: *percentage
desired_pool_number: *stakePoolsNumber

ApiSelectCoinsData: &ApiSelectCoinsData
type: object
Expand Down

0 comments on commit f7e5c32

Please sign in to comment.