Daniel Kwiecinski

Results 1 comments of Daniel Kwiecinski

the reitit swagger works if I define the `default-date-types` and `time-schema` like this: ``` (def default-date-types {:local-date {:class LocalDate :parser -string->local-date :json-schema/type :string :json-schema/format "date"} :zoned-date-time {:class ZonedDateTime :parser -string->zoned-date-time...