How to model Data Objects in the web designer?

How can I model data objects in the web designer?

Afaics, data objects have not been added to the modeler yet - nor are they currently planned.

I was out on medical leave all last week, and plan to take another look this week.

I started reviewing the code and it appears some remnants remain for the initial integration (i.e. data constants are defined in json converter project). I am not sure yet how to extend the stencil set. The previous version included detailed properties in the JSON file, but I don’t see anything similar in the latest implementation. I am not sure what the difference is between a Complex property type and a multicomplex.

I have found some resources as follows:

https://bpt.hpi.uni-potsdam.de/pub/Public/StudentsCorner/oryx-workshop.architecture-stencilsets-plugins.pdf

https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0ahUKEwie5L3GiNLWAhWF4iYKHfseBCMQFggqMAE&url=https%3A%2F%2Fstorage.googleapis.com%2Fgoogle-code-archive-downloads%2Fv2%2Fcode.google.com%2Foryx-editor%2FOryxSSS.pdf&usg=AOvVaw25eA70mOjR2unNfuDmwPfJ

https://code.google.com/archive/p/oryx-editor/

And here is a link to my previous work with the initial implementation:

https://drive.google.com/open?id=0B3FD_CQweSmjT0VDajdnN0xwTkU

Another reference:

I made significant progress today and will open a formal issue tomorrow.