# File lib/json-schema/validators/hyper-draft1.rb, line 5
      def initialize
        super
        @uri = JSON::Util::URI.parse("http://json-schema.org/draft-01/hyper-schema#")
      end