# File lib/json-schema/attributes/type.rb, line 68 def self.list_types(types) types.map { |type| type.is_a?(String) ? type : '(schema)' }.join(', ') end