mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Added support for strict request matching option
This commit is contained in:
@@ -145,6 +145,15 @@ module.exports = {
|
||||
'in the request/response body.',
|
||||
external: true,
|
||||
usage: ['VALIDATION']
|
||||
},
|
||||
{
|
||||
name: 'Enable strict request matching',
|
||||
id: 'strictRequestMatching',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Whether schema operations be strictly matched with collection request or not.',
|
||||
external: true,
|
||||
usage: ['VALIDATION']
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user