mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Changed title of the page about vote.yaml
This commit is contained in:
parent
31a0bc846b
commit
b3ccb09e01
@ -1,5 +1,5 @@
|
|||||||
The vote.yaml File
|
The Vote Schema File
|
||||||
==================
|
====================
|
||||||
|
|
||||||
BigchainDB checks all :ref:`votes <The Vote Model>`
|
BigchainDB checks all :ref:`votes <The Vote Model>`
|
||||||
(JSON documents) against a formal schema
|
(JSON documents) against a formal schema
|
||||||
@ -12,5 +12,9 @@ To understand those contents
|
|||||||
by Michael Droettboom or
|
by Michael Droettboom or
|
||||||
`json-schema.org <http://json-schema.org/>`_.
|
`json-schema.org <http://json-schema.org/>`_.
|
||||||
|
|
||||||
|
|
||||||
|
vote.yaml
|
||||||
|
---------
|
||||||
|
|
||||||
.. literalinclude:: ../../../../bigchaindb/common/schema/vote.yaml
|
.. literalinclude:: ../../../../bigchaindb/common/schema/vote.yaml
|
||||||
:language: yaml
|
:language: yaml
|
||||||
|
@ -100,7 +100,7 @@ The Vote Schema
|
|||||||
---------------
|
---------------
|
||||||
|
|
||||||
BigchainDB checks all votes (JSON documents) against a formal schema
|
BigchainDB checks all votes (JSON documents) against a formal schema
|
||||||
defined in a JSON Schema file named :ref:`vote.yaml <The vote.yaml File>`.
|
defined in a :ref:`JSON Schema file named vote.yaml <The Vote Schema File>`.
|
||||||
|
|
||||||
|
|
||||||
An Example Vote
|
An Example Vote
|
||||||
|
Loading…
x
Reference in New Issue
Block a user