The COLNEO infohub uses a generic object model that enables a standardized description and usage of objects.
The object model is described in JSON format.
- info
- properties
- nodes
- geometry
- relations
- ...
Example:
{
"info": {
"object_id" : " ... ",
"object_name" : "Issue 01",
"object_type" : "act_issue"
},
"properties" : {
"length##xs:double" : 2.4
},
"nodes" : [],
"geometry" : {}
...
}