mff-uk / dataspecer

https://dataspecer.com
MIT License
23 stars 7 forks source link

Add option to duplicate data structure #682

Open jakubklimek opened 1 month ago

jakubklimek commented 1 month ago

Now, we can duplicate entire specifications. But we cannot duplicate data structures within a specification. Use case: I have a complex data structure and I want to create similar, but simpler one. I would duplicate the complex one and then simplify it.

Currently, I need to start from scratch. image