-
**Background**
Many applications expect deeply nested objects in input parameters, see the discussion in swagger-ui starting from this comment: https://github.com/swagger-api/swagger-ui/issues/4064…
-
**Is your feature request related to a problem? Please describe.**
If you have a model which defines an `EmailField`, the generated OpenAPI specification is displayed as:
`email string
-
We want to be able to use the oneOf, anyOf keywords in addition to the allOf keyword currently employed by the editor.
This will require changes to the UI: The editor with default to the use of al…
-
Authentication seems to be reading security directly from the components and not the security descriptor. When adding multiple keys they all show as individual authorization keys and not multi-key as…
-
The [Accounting OpenAPI specification](https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/master/xero_accounting.yaml) contains a redundant "type" property. This causes an error when loading the s…
-
### Description of the bug
Generating the api fails
### Steps to reproduce
```shell
dart run build_runner build --delete-conflicting-outputs
# OR
flutter pub run build_runner build --delet…
-
**Describe the bug**
I've tried to implement the pair of api key as described in https://swagger.io/docs/specification/2-0/authentication/api-keys/, section "Pair of API Keys". But it doesn't seem t…
aosti updated
2 weeks ago
-
We would like to enable resource creation and PIM Role Assignment management within a single workflow using ASO. Adding PIM support would enhance ASO by allowing users to leverage PIM role assignments…
-
The SSRS reports are not rendering the external images when the URL (an .net core API project) is OpenAPI specification versioned.
Request Reponse header.
![image](https://github.com/user-attachme…
-
Flask newbie here. I'm trying to follow the documentation to export the Swagger specification for my app. Docs say to do this:
```
from flask import json
from myapp import api
print(json.dumps(…