Sha256: 5fc98bf68f74ca665f885846f2245479b02d7a746d49ee1d93284837f7c8ddd2

Contents?: true

Size: 260 Bytes

Versions: 7

Compression:

Stored size: 260 Bytes

Contents

module JSON
  class Schema

    class HyperDraft3 < Draft3
      def initialize
        super
        @uri = JSON::Util::URI.parse("http://json-schema.org/draft-03/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-draft3.rb
json-schema-ouidou-2.9.0 lib/json-schema/validators/hyper-draft3.rb
json-schema-3.0.0 lib/json-schema/validators/hyper-draft3.rb
mountapi-0.11.1 vendor/bundle/ruby/2.7.0/bundler/gems/json-schema-2253a5ee6679/lib/json-schema/validators/hyper-draft3.rb
mountapi-0.11.1 vendor/json-schema/lib/json-schema/validators/hyper-draft3.rb
json-schema-2.8.1 lib/json-schema/validators/hyper-draft3.rb
json-schema-2.8.0 lib/json-schema/validators/hyper-draft3.rb