mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Wallets: validate wallet YAML file using JSON Schema
This commit is contained in:
parent
0354fe0399
commit
ab641d7300
7 changed files with 361 additions and 3 deletions
|
@ -38,6 +38,8 @@ GEM
|
|||
multi_json (>= 1.3)
|
||||
rake
|
||||
json (1.8.3)
|
||||
json-schema (2.8.0)
|
||||
addressable (>= 2.4)
|
||||
kramdown (1.9.0)
|
||||
less (2.4.0)
|
||||
commonjs (~> 0.2.7)
|
||||
|
@ -77,6 +79,8 @@ DEPENDENCIES
|
|||
jekyll (~> 3.0)
|
||||
jshintrb (~> 0.3.0)
|
||||
json
|
||||
json-schema
|
||||
kramdown
|
||||
less (= 2.4.0)
|
||||
safe_yaml
|
||||
therubyracer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue