We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5854dea commit ef501bcCopy full SHA for ef501bc
1 file changed
packages/generators/src/app/templates/validators.tpl.ts
@@ -26,8 +26,7 @@ const formats: FormatsPluginOptions = [
26
export const dataValidator: Ajv = addFormats(new Ajv({}), formats)
27
28
export const queryValidator: Ajv = addFormats(new Ajv({
29
- coerceTypes: true,
30
- removeAdditional: true
+ coerceTypes: true
31
}), formats)
32
`
33
0 commit comments