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