# File lib/json-schema/validator.rb, line 319
      def schema_loaded?(schema_uri)
        !schema_for_uri(schema_uri).nil?
      end