Sha256: 2db7f85d527e6cb55a7e84e7f6d3c275a6c1949f24699f1f019a85b443c54323

Contents?: true

Size: 260 Bytes

Versions: 7

Compression:

Stored size: 260 Bytes

Contents

module JSON
  class Schema

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

      JSON::Validator.register_validator(self.new)
    end
  end
end

Version data entries

7 entries across 6 versions & 3 rubygems

Version Path
json-schema-ouidou-2.9.1 lib/json-schema/validators/hyper-draft6.rb
json-schema-ouidou-2.9.0 lib/json-schema/validators/hyper-draft6.rb
json-schema-3.0.0 lib/json-schema/validators/hyper-draft6.rb
mountapi-0.11.1 vendor/bundle/ruby/2.7.0/bundler/gems/json-schema-2253a5ee6679/lib/json-schema/validators/hyper-draft6.rb
mountapi-0.11.1 vendor/json-schema/lib/json-schema/validators/hyper-draft6.rb
json-schema-2.8.1 lib/json-schema/validators/hyper-draft6.rb
json-schema-2.8.0 lib/json-schema/validators/hyper-draft6.rb