mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
documentation fix for vote schema
This commit is contained in:
parent
6208a93673
commit
a690fbee53
@ -41,12 +41,12 @@ properties:
|
|||||||
previous_block:
|
previous_block:
|
||||||
"$ref": "#/definitions/sha3_hexdigest"
|
"$ref": "#/definitions/sha3_hexdigest"
|
||||||
description: |
|
description: |
|
||||||
SHA3 identifier of the block that preceeds the block being voted on.
|
ID (SHA3 hash) of the block that precedes the block being voted on.
|
||||||
The notion of a "previous" block is subject to vote.
|
The notion of a "previous" block is subject to vote.
|
||||||
voting_for_block:
|
voting_for_block:
|
||||||
"$ref": "#/definitions/sha3_hexdigest"
|
"$ref": "#/definitions/sha3_hexdigest"
|
||||||
description: |
|
description: |
|
||||||
SHA3 identifier of the block being voted on.
|
ID (SHA3 hash) of the block being voted on.
|
||||||
is_block_valid:
|
is_block_valid:
|
||||||
type: "boolean"
|
type: "boolean"
|
||||||
description: |
|
description: |
|
||||||
|
@ -54,7 +54,7 @@ Vote.previous_block
|
|||||||
|
|
||||||
**type:** string
|
**type:** string
|
||||||
|
|
||||||
SHA3 identifier of the block that preceeds the block being voted on.
|
ID (SHA3 hash) of the block that precedes the block being voted on.
|
||||||
The notion of a "previous" block is subject to vote.
|
The notion of a "previous" block is subject to vote.
|
||||||
|
|
||||||
|
|
||||||
@ -64,7 +64,7 @@ Vote.voting_for_block
|
|||||||
|
|
||||||
**type:** string
|
**type:** string
|
||||||
|
|
||||||
SHA3 identifier of the block being voted on.
|
ID (SHA3 hash) of the block being voted on.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user