class Field::Types::Text
Public Instance Methods
json_schema_type()
click to toggle source
# File lib/field/types/text.rb, line 4 def json_schema_type :string end
swagger_type()
click to toggle source
# File lib/field/types/text.rb, line 8 def swagger_type :String end