You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When accessing the Headers property on OpenApiResponse, if the header is a reference to components then it isn't pre-resolved. It is necessary to call (OpenApiHeader)document.ResolveReference(response.Headers['header'].Reference) manually to get details about the header.