Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/proactions-ai-kit-configuration-for-sections/_shared/latest--partial-blocks.schema.json
Parent schema proactions-ai-kit-configuration-for-sections
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..constants.).

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.