I have this huge openAPI spec file. I want to split it into multiple files so project is more manageable and use redocly bundle to combine it to one file for Scalar UI. I am interested in putting all currently defined components>schemas in one separate file. Then each path (with all HTTP methods) should be stored in separate file in directory paths/. Additionally I want the x-codeSamples: to be in a separate file, lie {path}-{language}-sdk. I would be really happy if I could add the code examples without having this indentation, it will make it much easier to copy paste.