-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Previously the ConfigEntry class was written such that an instance can only contain "meta + time", or "trajectory" only, this work will make it possible to have something like
{
"id": "1",
"class": "http://class_iri",
"meta": {...}
"time": {...},
"trajectory": [...]
}
instead of having to have something like
{
"id": "1",
"class": "http://class_iri",
"meta": {...}
"time": {...}
},
{
"id": "2",
"class": "http://class_iri",
"trajectory": {...}
}
The "trajectory" data is also changed to an array instead of an object
Metadata
Metadata
Assignees
Labels
No labels