Definitions seem to be missing from API 2.0 Swagger
I'm trying to create a client for the Analytics 2.0 APIs, using the Swagger document:
https://adobedocs.github.io/analytics-2.0-apis/swagger.json
However, the document has references to a "definitions" node which doesn't seem to exist in the document, e.g.:
"schema" : { "$ref" : "#/definitions/AnalyticsCalculatedMetric" }
As I understand it, this ref should point to a "definitions" node at the root of the document, but that doesn't seem to exist, so my tool can't parse it.
Can you help?
Many thanks,
James