class Field::Types::DateTime
Public Instance Methods
json_schema_format()
click to toggle source
# File lib/field/types/date_time.rb, line 8 def json_schema_format 'date-time' end
json_schema_type()
click to toggle source
# File lib/field/types/date_time.rb, line 4 def json_schema_type :string end
swagger_type()
click to toggle source
# File lib/field/types/date_time.rb, line 12 def swagger_type :DateTime end