Updates and softens a bit a wallet schema to support the current structure

This commit is contained in:
Igor Kuzmenko 2017-07-18 20:09:34 +02:00
parent 83be9af811
commit e5efe43abf
4 changed files with 198 additions and 296 deletions

View file

@ -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