Hello Narendra Lalwani,
It looks like you're curious about the support for model graph visualization for DTDL version 3 in Azure Digital Twins Explorer. Currently, Azure Digital Twins Explorer offers full support for DTDL v2 models. While DTDL v3 models can be imported using the Azure CLI or REST APIs, they are not yet supported in the Model Graph panel of the Explorer. This means that DTDL v3 models will not appear visually in the graph view, nor can they be imported directly through the Explorer interface.
Microsoft has not announced a confirmed timeline or release date for full DTDL v3 model graph support in the Explorer. We recommend monitoring the following resources for updates:
In the meantime, if you are working with DTDL v3 and require visualization, you may consider the following alternatives:
- Programmatic visualization: Use libraries such as D3.js or Mermaid to build custom graph views from your DTDL v3 JSON definitions.
- Open-source tools: Explore Microsoft’s opendigitaltwins-tools GitHub repository for utilities that assist with model validation and transformation.
Hope this helps!
Thank you!