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
This issue will track all the post v2 preview items:
Fetch external JsonSchema references:
We were only considering external references of type IOpenApiReferenceable in our RemoteReferenceCollector class. We need to also add support for collecting external JsonSchema references (IBaseDocument type)
Remove JsonSchema references resolution when parsing an OpenAPIDocument.
Integrate and test v3.1 locally with Yoko (conversion lib.) and Kiota
The text was updated successfully, but these errors were encountered:
This issue will track all the post v2 preview items:
We were only considering external references of type
IOpenApiReferenceable
in ourRemoteReferenceCollector
class. We need to also add support for collecting externalJsonSchema
references (IBaseDocument
type)The text was updated successfully, but these errors were encountered: