The Vote Schema File ==================== BigchainDB checks all :ref:`votes ` (JSON documents) against a formal schema defined in a JSON Schema file named vote.yaml. The contents of that file are copied below. To understand those contents (i.e. JSON Schema), check out `"Understanding JSON Schema" `_ by Michael Droettboom or `json-schema.org `_. vote.yaml --------- .. literalinclude:: ../../../../bigchaindb/common/schema/vote.yaml :language: yaml