Closed pocman closed 8 years ago
Hi,
What do you think about supporting UUID as a Primitive Type ? Something like : type: string, format: uuid => java.util.UUID
type: string, format: uuid => java.util.UUID
Looking in the code, I saw this : https://github.com/zalando/api-first-hand/blob/0fcdb21d09aefda1ba06556be052c5db8d1a9125/swagger-parser/src/main/scala/de/zalando/swagger/ValidationsConverter.scala#L62
See https://github.com/zalando/api-first-hand/pull/15
Hi,
What do you think about supporting UUID as a Primitive Type ? Something like :
type: string, format: uuid => java.util.UUID
Looking in the code, I saw this : https://github.com/zalando/api-first-hand/blob/0fcdb21d09aefda1ba06556be052c5db8d1a9125/swagger-parser/src/main/scala/de/zalando/swagger/ValidationsConverter.scala#L62