latest--partial-blocks.schema
shared| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/proactions-ai-kit-configuration/_shared/latest--partial-blocks.schema.json |
| Parent schema | proactions-ai-kit-configuration |
Type:
object
Reusable block definitions for scoped constants, vars, flows, and scripts.
Properties
constants
object
Static values accessible via scoped namespaces (global.constants., section.constants., local.constants., imports.
vars
Record<string, string>
Lazy template variables resolved at runtime from scoped namespaces.
flows
Record<string, Latest Partial Step.schema[]>
Reusable flow definitions callable via CALL_FLOW/CALL_TEMPLATE ref.
scripts
Record<string, string>
Reusable scripts callable via SCRIPTING.scriptRef.