A code sample for visualizing Azure Digital Twins graphs as a web application to create, edit, view, and diagnose digital twins, models, and relationships.
MIT License
184
stars
118
forks
source link
Round tripping of exported relationships do not restore relationship properties. #290
Relationships are exported like this:
However, it looks like the importer is looking for relationship properties to be under a
$properties
node?