Skip to content

Commit

Permalink
hone swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Dec 11, 2024
1 parent 3d7d61f commit 260e8c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specifications/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -399,11 +399,11 @@ x-stakePoolId: &stakePoolId
example: pool1wqaz0q0zhtxlgn0ewssevn2mrtm30fgh2g7hr7z9rj5856457mm
description: A unique identifier for the pool.

x-drepKeyHash: &drepKeyHash
x-drepID: &drepID
type: string
format: bech32
example: drep1wqaz0q0zhtxlgn0ewssevn2mrtm30fgh2g7hr7z9rj5856457mm
description: DRep's key hash.
description: DRep's key/script hash in accordance to CIP-0129.
pattern: "^(drep)1[0-9a-z]*$"

x-walletAccountXPubkey: &walletAccountXPubkey
Expand Down Expand Up @@ -2970,7 +2970,7 @@ components:
- abstain
- no_confidence
title: casting a default vote
- <<: *drepKeyHash
- <<: *drepID
title: vote to a drep represented by key/script hash

ApiWalletDelegationNext: &ApiWalletDelegationNext
Expand Down

0 comments on commit 260e8c0

Please sign in to comment.