Closed ericmorand closed 5 years ago
Currently, it is possible to pass options to the loader that are not part of the expected schema. This is because the additionalProperties property of the schema passed to schema-utils is unset - and thus default to true.
additionalProperties
schema-utils
true
Currently, it is possible to pass options to the loader that are not part of the expected schema. This is because the
additionalProperties
property of the schema passed toschema-utils
is unset - and thus default totrue
.