mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +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:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
additionalProperties: false
|
||||
additionalProperties: false
|
||||
mode:
|
||||
type: string
|
||||
enum:
|
||||
|
|
@ -407,7 +407,7 @@ properties:
|
|||
type: string
|
||||
model:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
additionalProperties: false
|
||||
state_storage:
|
||||
type: object
|
||||
properties:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue