# File lib/kwalify/types.rb, line 147
    def scalar_type?(type)
      return type != 'seq' && type != 'map' && type == 'any'
    end