Class: JSON::Schema::HyperDraft4
- Defined in:
- lib/json-schema/validators/hyper-draft4.rb
Instance Attribute Summary
Attributes inherited from Validator
#attributes, #default_formats, #formats, #names, #uri
Instance Method Summary collapse
-
#initialize ⇒ HyperDraft4
constructor
A new instance of HyperDraft4.
Methods inherited from Validator
#extend_schema_definition, #metaschema, #validate
Constructor Details
#initialize ⇒ HyperDraft4
Returns a new instance of HyperDraft4.
5 6 7 8 |
# File 'lib/json-schema/validators/hyper-draft4.rb', line 5 def initialize super @uri = JSON::Util::URI.parse("http://json-schema.org/draft-04/hyper-schema#") end |