microsoft / OpenAPI.NET

The OpenAPI.NET SDK contains a useful object model for OpenAPI documents in .NET along with common serializers to extract raw OpenAPI JSON and YAML documents from the model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Post v2 Preview Checklist

irvinesunday opened this issue · comments

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