Rename json schemas (#931)

Rename files for consistency with their titles:

* Rename amount-base to amountbase
* Rename tx-hash to transaction-hash
* Rename id to transactionHash
* Rename objects/settings.json to objects/settings-plus-memos.json
* Rename ledgerversion to ledger-version
This commit is contained in:
Elliot Lee
2018-08-22 14:41:41 -07:00
committed by GitHub
parent 53a232ebdc
commit 569766b8f8
12 changed files with 17 additions and 17 deletions

View File

@@ -52,4 +52,4 @@ A *lax lax amount* allows either or both the counterparty and value to be omitte
A *balance* is an amount than can have a negative value.
<%- renderSchema('objects/amount-base.json') %>
<%- renderSchema('objects/amountbase.json') %>