botbook/node_modules/json-schema-library/lib/config/settings.ts
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

10 lines
260 B
TypeScript

export default {
DECLARATOR_ONEOF: "oneOfProperty",
GET_TEMPLATE_RECURSION_LIMIT: 1,
propertyBlacklist: ["_id"],
templateDefaultOptions: {
addOptionalProps: false,
removeInvalidData: false,
extendDefaults: true
}
};