pub fn section_field_names(root: &Value, path: &str) -> BTreeSet<String>Expand description
The set of field names a section path resolves to (after descending any map to its value type). Used to compute the shared base field set across many sibling sections (e.g. every model-provider slot) so a directive can render the common fields once and only the per-section extras per entry.