Interface

LiveUpdate

LiveUpdate

Properties:
Name Type Description
id string The internal ID of the Geodata object that is referenced to.
topic string Where in the dataset it belongs.
originSourceId string The ID from the source that is referencing to this type.
domainType string What type of data this domain is containing data for.
properties object A set of properties related to the domain type.
timestamp string The date and time of when this data was changed the last time (UTC).

Example

{
    "id": "1a4c614b72104b228f38e202",
    "topic": "0e5259aa94704b8890c36ea9/4eeaca67be8e4940b17fecc1/f57256440c584d5d9c0fac75/4d739f11c94e450fa4b6bba5/1a4c614b72104b228f38e202/_/occupancy",
    "originSourceId": "1.115",
    "domainType": "occupancy",
    "properties": {
        "occupied": true
        "nrOfPeople": 62
    },
    "timestamp": "2020-09-23T12:57:26.9876152Z"
}