feat: when the body is type: object
without props the Joi validation will now be Joi.any() - essentially no validation and anything send use case for example being incoming webhooks from 3rd party with unknown payload.
revert: 5.57.0
unpublished version
fix: allof fixed for deeply nested allOfs - was previously dropping some required fields. chore: @apidevtools/json-schema-ref-parser upgraded from json-schema-ref-parser
feat: Now allows enums on type number and integer
feat: Input validation and transformation via x-joi-<method name>
in a openapi schema. Docs Joi methods exposed
feat: Auto trim strings config (default is off). Docs auto trim
fix: Nested objects sometimes resulted in required fields being dropped in the input validation of Joi.