children property
Filament 5 ships container types this build does not know (wizard,
split, actions, flex). Parsing their children anyway keeps every
nested field reachable — an unknown container that dropped its children
would silently delete a whole branch of the form, which is the blanked
screen this class exists to prevent. Empty for an unknown leaf field.
Implementation
final List<SchemaComponent> children;