Looking for Extension to Duplicate Data Models

Hi all, I’m wondering if there’s an extension or built-in method for duplicating data models in Directus. I’ve installed the Schema Management Module and plan to test exporting a model, renaming it, and re-importing it as a workaround. But I was hoping there might be a faster or more streamlined way to duplicate a model directly. Any tips or suggestions?

I've used the Schema Management Module to do exactly the same thing and it works great. Just open the file, do find and "replace all" on the name of the collection and re-import it. I'm sure you could write a script to do it using the API too, but for the time it would take to do that, you might as well just use the Schema Management Module as you suggest.

I eventually did just that, it works fine, I’ll stick with it.