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.