Hello,
I am facing an issue with GeoEvent. We are testing the "GTFS Realtime Connector for GeoEvent Server" and we don't manage to retrieve the “stoptimeupdates” property which returns the delay of the shuttle at each stop.
Here is the definition of our Geoevent definitions “GtfsRtTripUpdate”:

As you can see, Geoevent knows about this “stoptimeupdates” property that is an array of information.
The problem we are facing is that we are all the time getting “null” in the “stoptimeupdates” field.

We thought there was an issue with the GTFS flux but we were able with a custom python script to see what is actually sent by the flux (cf. image blow).

Do you have any idea what could be the issue by any chance ?
Thanks