class Field::Types::Boolean

Public Instance Methods

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