fix: typos
refactor: bump ES version
feat: preserve unmutated body in request
feat: remove discriminator. ajv handles that
feat: expose configurable 'strict' and 'useDefaults' for requests
chore: bump ajv and ref-parser
chore: publish to edrilling npm registry
feat: enable discriminator, strict validator (logging) and useDefaults on nulls/""
Use different library to parse media type
ref src not dist
docs: update README.md [skip ci]
docs: update .all-contributorsrc [skip ci]
Merge pull request #147 from ckeboss/media-type-support_143
WIP: Allow different json media types for params, requests, and responses
Merge pull request #181 from cdimascio/all-contributors/add-ckeboss
docs: add ckeboss as a contributor
increment minor version
Merge pull request #178 from jy95/multiple-file-upload
Allow multiple file upload (WIP)
increment minor version
increment patch version
An in-range update of @types/node is breaking the build
Merge pull request #182 from cdimascio/175
An in-range update of @types/node is breaking the build
Update README.md
Update README.md
Update README.md
Update README.md
Fix $ref issue with special characters (#183)
Implement option unsafeRefs
Only enforce query object parsing when specified, always validate #186
Add missing trailing comma