53 54 55 56 57
# File 'lib/jdoc/property.rb', line 53 def type unless @schema.type.empty? @schema.type.join(", ") end end