When tabs are in a subcomponent of the main router, schema doesn't work. Trying to inherit a schema defined in the main router gives the error: No schema=tab is defined for route=tab.
Example code is here.
If instead I try to insert the schema in the tab component's own router I get the error: console.error: No icon class is defined for undefined. Example code is here.