# File lib/json-schema/attributes/disallow.rb, line 4
      def self.validate(current_schema, data, fragments, processor, validator, options = {})
        if validator.attributes['type']
          validator.attributes['type'].validate(current_schema, data, fragments, processor, validator, {:disallow => true}.merge(options))
        end
      end