mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
In readme file about JSON Schema files, note provenance and update process
This commit is contained in:
parent
f23a2c4042
commit
374b6301c6
@ -10,6 +10,16 @@ The aim is to provide:
|
|||||||
[implementations](http://json-schema.org/implementations.html) written in
|
[implementations](http://json-schema.org/implementations.html) written in
|
||||||
different languages)
|
different languages)
|
||||||
|
|
||||||
|
## Sources
|
||||||
|
|
||||||
|
The file defining the JSON Schema for votes (`vote.yaml`) is BigchainDB-specific.
|
||||||
|
|
||||||
|
The files defining the JSON Schema for transactions (`transaction_*.yaml`)
|
||||||
|
are copied from the [IPDB Protocol](https://github.com/ipdb/ipdb-protocol).
|
||||||
|
If you want to add a new version, you must add it to the IPDB Protocol first.
|
||||||
|
(You can't change existing versions. Those were used to validate old transactions
|
||||||
|
and are needed to re-check those transactions.)
|
||||||
|
|
||||||
## Learn about JSON Schema
|
## Learn about JSON Schema
|
||||||
|
|
||||||
A good resource is [Understanding JSON Schema](http://spacetelescope.github.io/understanding-json-schema/index.html).
|
A good resource is [Understanding JSON Schema](http://spacetelescope.github.io/understanding-json-schema/index.html).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user