pub fn form_fields_from_schema(schema: &Value) -> Vec<FormField>Expand description
Map ANY schema entry carrying an inputParamsSchema object into form fields
— the shared engine behind feature_form_fields AND the assembly
constraint dialogs (whose schemas come from the kernel’s
constraint_schema_catalogue, same shape, different catalogue). One mapping,
two catalogues (the schema-driven-dialog principle).