Open cmharlow opened 6 years ago
No longer dependent on Swagger, but still can check string format using JSON MAP or other (confirm or deny this)
can we use specific string format validation within json-schema (i.e. format: UUID
). There is a particular go library we had been using with swagger to add string format validation (based of regex or known forms like UUID, URI, email, etc.).
Blocked by DRUID integration