We have a case where we'd like to provide the user with a UI where they can create an Azure Digital Twin from a list of acceptable Models. The user should get presented a UI similar to the Twin Properties presented in the Azure Digital Twin Explorer.
But to do this, I need to dynamicly generate an "empty" twin from a model. Is there a helper function or similar to generate a Twin from a DtdlModel which in turn recursivly fetches referenced and inherited properties?
Thanks