-
### What happens?
Currently, there is no documented way to use a JSON definition that requires authorization (e.g., a bearer token) when using the CDN version of Scalar.
### What did you expect to h…
-
The singleton objects `CURIEMap ` and `InformationProvider` are not obviously accessible to external tools. To use them in order to resolve CURIEs would require access and parsing of the schema file. …
-
My openapi.yaml refers other files such as `components/schemas/definitions.yaml`.
However, `openapi-generator-bazel` seems to support only all-in-one yaml.
Because only openapi.yaml is copied under …
-
### Content & configuration
Swagger/OpenAPI definition:
```yaml
openapi: 3.0.0
paths:
/v1/my-api:
search:
operationId: MyApiControllerV1_find
summary: Find a record ID
…
-
When using a JSON Schema with "definitions" blocks, speccy returns the error ```Schema object cannot have additionalProperty: definitions```.
For example, consider an OpenAPI v3.0.2 definition in y…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
rc65 updated
3 months ago
-
@adriangb in [xpresso](https://github.com/adriangb/xpresso#example) framework created what I think a nicer approach for marking api function arguments. I think it should be the default way in django-…
-
In the OpenAPI (Swagger) Editor it is tedious to fill out `apiKey` authorizations with long key values, especially when doing this multiple times during testing. Having a pre-set value in the "Availab…
-
**Describe the bug**
I'm just trying to run a mock server that builds from a YAML OpenAPI spec. The setup steps in the [OpenAPI guide](https://www.mocks-server.org/docs/integrations/openapi/) seem to…
Rcuz8 updated
6 months ago
-
**Problem**
- I am encountering an issue when trying to parse OpenAPI JSON 3.1.0 examples of the Petstore. It seems that the ExampleBuilder class from io.swagger.oas.inflector.examples.ExampleBuild…