diff --git a/src/config/schema.base.generated.ts b/src/config/schema.base.generated.ts index 7cd34b70116..540b999c582 100644 --- a/src/config/schema.base.generated.ts +++ b/src/config/schema.base.generated.ts @@ -1373,6 +1373,13 @@ export const GENERATED_BASE_CONFIG_SCHEMA = { defaults: { type: "object", properties: { + params: { + type: "object", + propertyNames: { + type: "string", + }, + additionalProperties: {}, + }, model: { anyOf: [ {