I am currently experimenting with the Telerik Kendo diagram in an attempt to create a visual representation. Due to the fact that I am retrieving all shapes and their connections from my database, I encountered an issue where the attributes of my data source object do not align with the required naming conventions. To address this challenge, I utilized the "schema" for the shapes, which can be observed in the screenshot provided:
https://i.sstatic.net/oupNj.png
While this approach proved effective for the shapes, I attempted to apply the same methodology to the connections without success. Upon conducting further investigation, I came across alternative solutions that do not involve using schema at all.
https://i.sstatic.net/R29eF.png
Is there a method to incorporate schema for the connections as well?