Control kinds SchemaForm can render for a config field.
list is a repeatable row of scalar items; objects is a repeatable
row of sub-fields that serializes as an array of records (e.g.
add_headers → [{name, value}]), which the Rust plugins accept
alongside the plain map form.
Control kinds SchemaForm can render for a config field.
listis a repeatable row of scalar items;objectsis a repeatable row of sub-fields that serializes as an array of records (e.g.add_headers→[{name, value}]), which the Rust plugins accept alongside the plain map form.