Class: JSON::Schema::HyperDraft6

Inherits:
Draft6 show all
Defined in:
lib/json-schema/validators/hyper-draft6.rb

Instance Attribute Summary

Attributes inherited from Validator

#attributes, #default_formats, #formats, #names, #uri

Instance Method Summary collapse

Methods inherited from Validator

#extend_schema_definition, #metaschema, #validate

Constructor Details

#initializeHyperDraft6

Returns a new instance of HyperDraft6.



4
5
6
7
# File 'lib/json-schema/validators/hyper-draft6.rb', line 4

def initialize
  super
  @uri = JSON::Util::URI.parse('http://json-schema.org/draft-06/hyper-schema#')
end