Commit Graph

8 Commits

Author SHA1 Message Date
Luis Tejeda
adde11a1d5 add format scenarios
added support for:
date-time, date, float, double, and verification for byte, binary and password
2022-03-09 13:02:12 -06:00
Luis Tejeda
d82aee00d2 Fix merging errors
Fix errors on merge.
2022-03-01 09:46:28 -06:00
Luis Tejeda
d91284547c Add type validation in params, queries headers
Add type validation in params, queries headers. Extract common functionality.
2022-02-28 16:23:22 -06:00
Luis Tejeda
50631020d2 Extract typesMap, space and lines issues, improve naming
Extract typesMap to schemaUtilsCommon and consume it in deref.js and ajvValidation.js, fix new lines issues and change method's name from
formatSchemaPathToConverToDataPath to formatSchemaPathFromAJVErrorToConvertToDataPath
2022-02-22 11:37:24 -06:00
Luis Tejeda
d283fd81da Added support for reading schema with schemapath converted as datapath
Added support for reading schema with schemapath converted as datapath
2022-02-21 11:47:46 -06:00
Luis Tejeda
50ba85ce68 Change validation input when version is 3.1.x
if the option includeWebhooks is false and there are no paths (only webhooks or componentes) throw error.
2022-02-09 12:46:31 -06:00
Erik Mendoza
da4fae4977 validating transactions from openapi 3.1 spec, upgrading ajv library, adding tests to new scenarios 2022-01-03 10:21:43 -06:00
Luis Tejeda
c8cdf86563 Decouple validation
Decouple validation
2021-11-26 14:37:28 -06:00