Schema Folder yml file: possible to string format the folder name?

Hello,

Is there a way to use format string specifiers for the field name in the .yml files in the config core/schema folder?
More specifically, we would like to be able to replace step.yml with ordered_step.yml, and have some padding applied to the Step number, something like:
name: "{list_order:02d}_{code}"

It’s possible to have this behavior with the template keys when using format_spec (Filesystem Configuration Reference - SG Developer). Can we do the same in the schema folders?