import org.joda.time.LocalDate;
@ApiModelProperty(value = "Dateate of birth, e.g., 1965-09-26")
private LocalDate dateOfBirth;
By definition, it’s a string. There’s no LocalDate data type in Swagger/OpenAPI/JSON Schema.
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Swagger" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/swagger-swaggersocket/iypn3ouOhpo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to swagger-swaggers...@googlegroups.com.
Well, it shouldn’t.
From: <swagger-sw...@googlegroups.com> on behalf of shanti sattiraju <shantis...@gmail.com>
Reply-To: "swagger-sw...@googlegroups.com" <swagger-sw...@googlegroups.com>
Date: Monday, 6 June 2016 at 12:26
To: Swagger <swagger-sw...@googlegroups.com>
Subject: Re: Swagger shows as string when using org.joda.time.LocalDateTime for date fields
How can I log it in swagger-core.i see that it is linked to the same forum
--