mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Updates and softens a bit a wallet schema to support the current structure
This commit is contained in:
parent
83be9af811
commit
e5efe43abf
4 changed files with 198 additions and 296 deletions
|
@ -24,8 +24,9 @@ file.close()
|
|||
results = JSON::Validator.fully_validate(schema, document)
|
||||
|
||||
if results.empty?
|
||||
exit(0)
|
||||
exit(0)
|
||||
else
|
||||
puts results
|
||||
exit(1)
|
||||
puts ARGV[1]
|
||||
puts results
|
||||
exit(1)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue