Is there a detailed documentation for the Tracker-Object?

Is there any documentation about the detailed structure of the tracker object which gets passed to an external action server?

Right now I am using some kind of try-and-error to figure out how to parse the json to an object, which seems not be be the best solution.

For example “latest_message” seems to be a quite mighty object, which is not covered very well by the documentation I was able to find.

Mea culpa…

I found the information in the general OpenAPI-specification form here: HTTP API

The OpenAPI-specification form the action server documentation does not contain all the required info.