Jakub Velkoborský

Results 5 comments of Jakub Velkoborský

As a possible workaround, if anyone else encounters the same issue, we are using a micro-middleware, which makes this behavior explicit. Full source: ``` import middy from '@middy/core'; import {...

Indeed, your option A, with 200 on line 204 and possibly 500 between lines 206-207 not only solves the original issue, but is also a superior solution to what I...

Thank you for reviewing the patch. A module parameter would indeed be a useful compromise. I will test #5859. For the explanation of the HCG - even in the datasheet...

Similar situation is in a schema with multiple formats for one attribute. **Example** ```js { type: 'object', properties: { date: { type: 'string', anyOf: [{ format: 'date' }, { format:...