Hello
Do you know if there is a documentation describing the structure of the objects returned by API v2 calls?
For example, I am maintaining a small PHP client and had an issue about the Pipeline::vcs:: branch being null when the pipeline is “triggered”. In this case, the “branch” key is null and there is a “tag” key I didn’t find in the examples. Vcs->branch() needs to be nullable · Issue #51 · jmleroux/circleci-php-client · GitHub
It would be super cool to have a section in the reference guide describing the structure of the different objects: Pipeline, Workflow, Project, etc.
Thanks by advance,
JML