latest--partial-blocks.schema
shared
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.