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.jsonHowever,
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,Ja...