Justin Yoo
Justin Yoo
@devandr-1 Thanks for the example! Currently, this extension's approach uses that generics with like `Parent_Child` object. But in this case, the `oneOf` property looks more relevant. Let's keep this discussion...
* Generics ➡️ `anyOf` or `oneOf` * Inheritance ➡️ `allOf`
@macux Thanks for addressing this issue. The ``title` attribute is not supported yet.
@OskarNet Thanks for the issue. Here's the sample code project directly from the package, not from the project. https://github.com/justinyoo/azfunc-openapi-dotnet Would you please try this one? If it's working, please add...
Yeah, There are several issues reporting some other NuGet packages prevents the OpenAPI document from being rendered.
@OskarNet Can you try this workaround? https://github.com/Azure/azure-functions-openapi-extension/issues/281#issuecomment-942883598
> Hello, I'm not sure if it's the answer, but there's a way to reuse it, so I'm attaching a link. https://swagger.io/docs/specification/data-models/enums/ Thanks for the info! Let's find a way...
@changbokLee Would you mind taking a look at this issue?
@changbokLee Our extension currently relies on [https://github.com/microsoft/OpenAPI.NET](https://github.com/microsoft/OpenAPI.NET) that supports both OpenAPI v2 and v3.0.1. But your codebase should focus on v3.0.1. The rest will be automatically done for you.
@level120 Let’s wait for @changbokLee ‘s answer.