Moti Lavian

Results 2 issues of Moti Lavian

Hi, Love this repo, thanks! 👍 My app is a "embeddable bundle" / widget, that is given to others to embed inside their website. Imagine a JS script that is...

`openapi-request-validator` validates also the _format_ of the request's attributes (body, etc.), but what about `openapi-response-validator`? In `openapi-request-validator` this is is done [here](https://github.com/kogosoftwarellc/open-api/blob/9e8204657c656410aeafff9249834f66af6f97c3/packages/openapi-request-validator/index.ts#L127), with: ```ts import addFormats from 'ajv-formats'; // ......