sul-dlss-deprecated / taco

Apache License 2.0
10 stars 7 forks source link

handling URI, UUID, other string formats from json-schema #145

Open cmharlow opened 6 years ago

aaron-collier commented 6 years ago

Blocked by DRUID integration

cmharlow commented 6 years ago

No longer dependent on Swagger, but still can check string format using JSON MAP or other (confirm or deny this)

cmharlow commented 6 years ago

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.).