Wolfgang Becker
Results
1
comments of
Wolfgang Becker
The following worked for me: ```javascript import { fullFormats } from 'ajv-formats/dist/formats' const api = new OpenAPIBackend({ definition: '...........', ajvOpts: { formats: fullFormats, }, }) ```