class Field::Types::String

Public Instance Methods

json_schema_type() click to toggle source
# File lib/field/types/string.rb, line 4
def json_schema_type
  :string
end
swagger_type() click to toggle source
# File lib/field/types/string.rb, line 8
def swagger_type
  :String
end