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