Ed Clements
1bde5d603a
Disable optional parameters
...
Adds a new option disableOptionalParameters to mark optional parameters
(required is false) as disabled.
2020-09-18 15:10:59 +01:00
Vishal Shingala
b5f9fb1c49
Added support for Auth params in response/example. ( #286 )
...
* Added support for correct auth params in original request of response
* Updated collection json schema to latest
* Added tests for feature - response auth params support
* Moved auth params in response behind an option
* Updated option name and description to follow consistent casing
* Updated option id for including auth params in response to be more suitable
Co-authored-by: Vishal Shingala <vishalkumar.shingala@postman.com >
2020-09-09 12:28:17 +05:30
umeshp7
d10df30a05
Update optimize conversio option copy
2020-07-15 11:45:52 +05:30
umeshp7
e6ae659c54
Add optimizeConversion in options.js
2020-07-08 16:54:23 +05:30
Vishal Shingala
a6d78eda2b
Merge branch 'develop' of github.com:postmanlabs/openapi-to-postman into feature/suggest-fixes
2020-06-14 23:34:33 +05:30
Vishal Shingala
24700da553
Addressed comments regarding description change for option strictRequestMatching and updated variable matching to be priorotized over fixed matching
2020-06-05 12:37:01 +05:30
Vishal Shingala
f8d0b9e285
Addressed comments regarding description change of ignoreUnresolvedVariables option, moved unsupported keywords to global const and made isPmVariable function global
2020-06-05 11:53:12 +05:30
Vishal Shingala
001a02f896
Ignore unresolved postman collection/environment variables using an option
2020-06-03 18:17:46 +05:30
Vishal Shingala
981018e260
Added support for metadata validation
2020-06-03 18:09:10 +05:30
Vishal Shingala
2c422728f0
Added support for suggesting available fixes
2020-06-01 19:09:48 +05:30
Vishal Shingala
65ec7f877c
Added support for strict request matching option
2020-05-28 16:49:58 +05:30
Vishal Shingala
e25e234fa0
Added support for using Tags for folder creation (folderStrategy option)
2020-05-11 14:54:55 +05:30
Abhijit Kane
9b17771cc7
Merge pull request #210 from postmanlabs/feature/sanitise-options
...
Correct requestNameSource parameter value from `Url` to `URL`
2020-05-04 13:48:14 +05:30
shreys7
ee13d9d545
Correct requestNameSource option value from Url to URL, and add corresponding tests
2020-05-04 13:37:01 +05:30
shreys7
c38996ad2d
Merge branch 'develop' into bugfix/remove-folderStrategy-option
2020-04-27 18:57:09 +05:30
Vishal Shingala
a3dacd648d
Updated getOptions to return all usage types mentioned in criteria
2020-04-24 13:02:23 +05:30
Vishal Shingala
5e3a31a4ff
Added markdown description for parametersResolution options
2020-04-24 13:01:47 +05:30
Vishal Shingala
cc6f17dd0b
Ignore case-sensitivity for option of type enum with string value
2020-04-23 20:43:02 +05:30
Vishal Shingala
f783d37172
Updated options name and description and added support for criteria searching for getOptions()
2020-04-23 19:17:31 +05:30
Vishal Shingala
c273544180
Merge branch 'develop' of github.com:postmanlabs/openapi-to-postman into feature/sanitise-options
2020-04-23 14:32:03 +05:30
Vishal Shingala
7f7b7a1f8e
Show detailed messages for request/response body only and Removed non-required keywords in AjvValidationError
2020-04-17 14:10:20 +05:30
shreys7
edcff9e72a
Remove folderStrategy option
2020-04-14 16:28:47 +05:30
Vishal Shingala
7ca547ac6d
Added support for detaied validation errors with option detailedBlobValidation
2020-04-14 12:43:22 +05:30
shreys7
cdb7386bf7
Fix schema and example link positions in parameter resolution options
2020-04-07 18:00:11 +05:30
shreys7
d1475e75b5
Add schema and example links in parameter resolution options
2020-04-07 16:30:43 +05:30
shreys7
6ade6896d8
Correct punctuations in option descriptions and change indent option values
2020-04-07 13:21:33 +05:30
Abhijit Kane
9a4b38d72d
Exposing option to hide MISSING_IN_SCHEMA mismatches by default
2020-01-01 19:49:30 +05:30
Abhijit Kane
9bf96df0b2
Exposing option to ignore certain request/response props during validation
2019-12-30 19:13:45 +05:30
Abhijit Kane
08833e69d2
Expose option to shorten validation error messages
...
Helpful for request/response body
2019-12-30 19:11:55 +05:30
Abhijit Kane
3f551fd259
New SchemaPack API exposed, validatorAgainstHistory v1
2019-12-15 14:51:52 +05:30