mirror of
https://github.com/katanemo/plano.git
synced 2026-07-11 16:12:13 +02:00
fix schema keyword placement for tracing and routing
Place `additionalProperties: false` at the correct object level for tracing and routing so unknown keys are rejected as intended during config validation. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
commit
32c4713aa7
1 changed files with 2 additions and 2 deletions
|
|
@ -394,7 +394,7 @@ properties:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
mode:
|
mode:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
|
|
@ -407,7 +407,7 @@ properties:
|
||||||
type: string
|
type: string
|
||||||
model:
|
model:
|
||||||
type: string
|
type: string
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
state_storage:
|
state_storage:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue