openapi-to-postmanv2
Advanced tools
Comparing version 4.9.0-beta.17 to 4.9.0-beta.18
@@ -9,2 +9,4 @@ id|type|available options|default|description|usage | ||
exampleParametersResolution|enum|Example, Schema|Example|Select whether to generate the response parameters based on the [schema](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#schemaObject) or the [example](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#exampleObject) in the schema.|CONVERSION | ||
disabledParametersValidation|boolean|-|true|Whether disabled parameters of collection should be validated|VALIDATION | ||
parametersResolution|enum|Example, Schema|Schema|Select whether to generate the request and response parameters based on the [schema](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#schemaObject) or the [example](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#exampleObject) in the schema.|CONVERSION | ||
folderStrategy|enum|Paths, Tags|Paths|Select whether to create folders according to the spec’s paths or tags.|CONVERSION | ||
@@ -11,0 +13,0 @@ schemaFaker|boolean|-|true|Whether or not schemas should be faked.|CONVERSION |
{ | ||
"name": "openapi-to-postmanv2", | ||
"version": "4.9.0-beta.17", | ||
"version": "4.9.0-beta.18", | ||
"description": "Convert a given OpenAPI specification to Postman Collection v2.0", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/postmanlabs/openapi-to-postman", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1695906
43486