Darrel
Darrel
Kiota depends on URI Templates (RFC 6570) for resolving URLs. The way to have dynamic query parameter names with URI templates is to use a parameter that is a map...
If someone creates a parameter that is style=form and explode=true and defines a schema that is an object, then yes, we definitely could project that as a dictionary. We could...
Can we confirm that we are no longer blocked?
I don't believe that this library should be implementing features that are dependent on ASP.Net.
The primary problem is that the use of required/nullable in OpenAPI is broken. We have discussed this extensively in the OpenAPI meetings and with the JSON Schema maintainers. Most people...
The OpenAPI specification states that $ref can be used to point to components. OpenAPI.net has interpreted that to mean that $ref cannot point to sub-schemas of components. We still have...
@baywet We don't have plans to support non-component $refs in OpenAPI.Net. I would like to keep an issue open related to being able to support OpenAI API. The issue that...
RatedShipment is a oneOf that is challenging to support in languages that do not have union types. In order to do this we create a wrapper class that has a...
Ahh, I see what you are saying. That does seem to be a bug. Thanks for the follow up.
Component names are limited in the specification. > All the fixed fields declared above are objects that MUST use keys that match the regular expression: ^[a-zA-Z0-9\.\-_]+$. https://spec.openapis.org/oas/latest.html#fixed-fields-5 Therefore there should...