class JSON::Schema::HyperDraft3
Public Class Methods
new()
click to toggle source
Calls superclass method
JSON::Schema::Draft3::new
# File lib/json-schema/validators/hyper-draft3.rb, line 5 def initialize super @uri = JSON::Util::URI.parse("http://json-schema.org/draft-03/hyper-schema#") end