pub fn feature_form_fields(feature_type: &str) -> Vec<FormField>Expand description
Map a feature type’s inputParamsSchema into the general form fields, in
schema (insertion) order — the kernel builds schemas with serde_json’s
preserve_order, so grouped fields stay contiguous for the group headers.