Field keys and defaults track the config each Rust plugin deserializes.
objects fields serialize as an array of records (e.g. add_headers →
[{name, value}]), a form the Rust plugins accept alongside the map form.
Remarks
Plugin types and their config parsing live under src/plugins/ (factory in
src/plugins/mod.rs); keys here must match the serde field names there.
Form schema registry keyed by plugin type name.
Field keys and defaults track the config each Rust plugin deserializes.
objectsfields serialize as an array of records (e.g.add_headers→[{name, value}]), a form the Rust plugins accept alongside the map form.