apigee-127 / swagger-tools

A Node.js and browser module that provides tooling around Swagger.
MIT License
702 stars 373 forks source link

Add validator for uuid #562

Closed morgs32 closed 6 years ago

morgs32 commented 6 years ago

Adding a UUID validator. Any complaints?

whitlockjc commented 6 years ago

uuid isn't one of the formats accepted by OAS/Swagger. If you want to use this yourself, I'd suggest using sway as it has a way to register custom formats and format validators.