Skip to content

Commit

Permalink
test json schema suite test with draft 4, draft 6
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Oct 1, 2021
1 parent 038c962 commit d50c7b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/json_schema_suite_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
describe 'JSON Schema Test Suite' do
describe 'validity' do
drafts = [
{name: 'draft4', metaschema: JSI::JSONSchemaOrgDraft04.schema},
{name: 'draft6', metaschema: JSI::JSONSchemaOrgDraft06.schema},
]
drafts.each do |name: , metaschema: |
JSI::Util.ycomb do |rec|
Expand Down

0 comments on commit d50c7b0

Please sign in to comment.