The Edge OpenAPI Spec specifies that GET /current-identity must return #/definitions/meta, of type: object in the #/definitions/currentIdentityDetailEnvelope.
In at least some circumstances, GET /current-identity may instead return meta: null.
This causes an error to be emitted from generated API clients.
ziti version:
v0.26.11
Description:
The Edge OpenAPI Spec specifies that
GET /current-identity
must return#/definitions/meta
, oftype: object
in the#/definitions/currentIdentityDetailEnvelope
.In at least some circumstances,
GET /current-identity
may instead returnmeta: null
.This causes an error to be emitted from generated API clients.
Example result: