Skip to content

Commit 1fea0e1

Browse files
committed
docs(governance): drop em dash from voter description
1 parent b0eab80 commit 1fea0e1

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

blockfrost-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8217,7 +8217,7 @@ components:
82178217
description: The role of the voter. Can be one of constitutional_committee, drep, spo.
82188218
voter:
82198219
type: string
8220-
description: The actual voter. CIP-129 Bech32 identifier`drep1...`, `pool1...` or `cc_hot1...`.
8220+
description: 'The actual voter. CIP-129 Bech32 identifier: `drep1...`, `pool1...` or `cc_hot1...`.'
82218221
vote:
82228222
type: string
82238223
enum:

docs/blockfrost-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8731,7 +8731,7 @@ components:
87318731
voter:
87328732
type: string
87338733
description: >-
8734-
The actual voter. CIP-129 Bech32 identifier `drep1...`,
8734+
The actual voter. CIP-129 Bech32 identifier: `drep1...`,
87358735
`pool1...` or `cc_hot1...`.
87368736
vote:
87378737
type: string

json-schema.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11157,7 +11157,7 @@
1115711157
},
1115811158
"voter": {
1115911159
"type": "string",
11160-
"description": "The actual voter. CIP-129 Bech32 identifier `drep1...`, `pool1...` or `cc_hot1...`."
11160+
"description": "The actual voter. CIP-129 Bech32 identifier: `drep1...`, `pool1...` or `cc_hot1...`."
1116111161
},
1116211162
"vote": {
1116311163
"type": "string",

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8731,7 +8731,7 @@ components:
87318731
voter:
87328732
type: string
87338733
description: >-
8734-
The actual voter. CIP-129 Bech32 identifier `drep1...`,
8734+
The actual voter. CIP-129 Bech32 identifier: `drep1...`,
87358735
`pool1...` or `cc_hot1...`.
87368736
vote:
87378737
type: string

src/generated-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8322,7 +8322,7 @@ export interface components {
83228322
* @enum {string}
83238323
*/
83248324
voter_role: "constitutional_committee" | "drep" | "spo";
8325-
/** @description The actual voter. CIP-129 Bech32 identifier `drep1...`, `pool1...` or `cc_hot1...`. */
8325+
/** @description The actual voter. CIP-129 Bech32 identifier: `drep1...`, `pool1...` or `cc_hot1...`. */
83268326
voter: string;
83278327
/**
83288328
* @description The Vote. Can be one of yes, no, abstain.

src/schemas/governance/proposal_votes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ items:
1515
voter:
1616
type: string
1717
description: >-
18-
The actual voter. CIP-129 Bech32 identifier `drep1...`, `pool1...` or `cc_hot1...`.
18+
The actual voter. CIP-129 Bech32 identifier: `drep1...`, `pool1...` or `cc_hot1...`.
1919
vote:
2020
type: string
2121
enum: [yes, no, abstain]

test/tests/__snapshots__/get-schema-for-endpoint.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15350,7 +15350,7 @@ the off-chain content could not be fetched or validated, \`error\` is populated
1535015350
"type": "string",
1535115351
},
1535215352
"voter": {
15353-
"description": "The actual voter. CIP-129 Bech32 identifier \`drep1...\`, \`pool1...\` or \`cc_hot1...\`.",
15353+
"description": "The actual voter. CIP-129 Bech32 identifier: \`drep1...\`, \`pool1...\` or \`cc_hot1...\`.",
1535415354
"type": "string",
1535515355
},
1535615356
"voter_role": {
@@ -16806,7 +16806,7 @@ the off-chain content could not be fetched or validated, \`error\` is populated
1680616806
"type": "string",
1680716807
},
1680816808
"voter": {
16809-
"description": "The actual voter. CIP-129 Bech32 identifier \`drep1...\`, \`pool1...\` or \`cc_hot1...\`.",
16809+
"description": "The actual voter. CIP-129 Bech32 identifier: \`drep1...\`, \`pool1...\` or \`cc_hot1...\`.",
1681016810
"type": "string",
1681116811
},
1681216812
"voter_role": {

0 commit comments

Comments
 (0)