navigate.model.devices.configuration_schema.merge_configuration_schemas
- navigate.model.devices.configuration_schema.merge_configuration_schemas(*schemas: Mapping[str, Any]) → dict[str, Any]
Merge schemas in inheritance order, allowing later schemas to override.
The caller supplies parent schemas first and child schemas last.