config: regenerate base config schema baseline

This commit is contained in:
joshavant 2026-03-31 22:53:09 -05:00
parent ed83d79a05
commit ccb67bd4bf
No known key found for this signature in database
GPG Key ID: 4463B60B0DD49BC4
1 changed files with 7 additions and 0 deletions

View File

@ -1373,6 +1373,13 @@ export const GENERATED_BASE_CONFIG_SCHEMA = {
defaults: {
type: "object",
properties: {
params: {
type: "object",
propertyNames: {
type: "string",
},
additionalProperties: {},
},
model: {
anyOf: [
{