Darrel

Results 511 comments of Darrel

This validation was supposed to be removed in 1.2.0 https://github.com/microsoft/OpenAPI.NET/issues/429#issuecomment-587182584 Can you confirm which version of the library you are using?

Scaffolding a project to host a Kiota SDK is definitely tooling that could be built. However, to date, Kiota has avoided doing that. Kiota is potentially going to be run...

Technically those are two different examples. One is an example of for the schema which is modelled as [Any](http://spec.openapis.org/oas/v2.0#fixed-fields-12) and the other is the `example` property of requestBody which is...

Examples are going to change again in 3.1 so we will deal with this in the 3.1 release.

Thanks for reporting this. It might be a limitation with the SharpYaml parser. I'm not aware of any limitation with the OpenAPI object model itself, although I don't think we...

@ShaunLoganOracle Question for you. If we were to update the JSON parsing to use System.Text.Json for faster parsing and if System.Text.Json does not have this limitation, would this be an...

I guess I need to read the spec more closely. PatternProperties isn't supported in V3.

Hi @korygin Would you be able to provide an example of either the document you are trying to generate or what you are trying to parse. An OpenAPI V2 document...

@korygin It would really help if you could provide at least a partial OpenAPI description of what you are trying to parse and render. Thanks.

Hey @pechkarus . Sorry for the extremely slow response. In cases like these, please don't hesitate to ping me on twitter. My GitHub notifications are a mess. It turns out...