Added support for strict request matching option

This commit is contained in:
Vishal Shingala
2020-05-28 16:49:58 +05:30
parent c54c191a09
commit 65ec7f877c
3 changed files with 44 additions and 12 deletions

View File

@@ -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']
}
];