refactor(automation): rename schema config to params, drop dead fields

This commit is contained in:
CREDO23 2026-05-27 13:29:26 +02:00
parent c8a89ccac8
commit 9fa35f21cf
11 changed files with 31 additions and 37 deletions

View file

@ -17,5 +17,5 @@ class InputsBlock(BaseModel):
schema_: dict[str, Any] = Field(
...,
alias="schema",
description="JSON Schema (draft-07) for accepted inputs.",
description="JSON Schema (draft 2020-12) for accepted inputs.",
)