Expand description
Variables block — declares drone-scope vars. The block’s
data.entries is a list of {name, value} pairs; each value is
{{}}-resolved against the current scope and written as the var.
Output: { "vars": { name: value, ... } } so downstream blocks can
read them via {{var.name}} OR {{<this_block_id>.vars.name}}.