-
Hello,
I have installed Gravitee on a AWS VM
I have created my first API using gravitee relying on an endpoint and it works just fine (/jfmcustomers)
Now if I import a swagger (OASV3) it do…
-
**Dot not allowed in query parameters**
Like it's possible to add a dot in HTTP GET parameters, it's allowed in OASv3.
But currently not possible in Spot like:
```javascript
{
…
-
OASv3.0 says:
> The OpenAPI Specification allows combining and extending model definitions using the allOf property of JSON Schema, in effect offering model composition. allOf takes an array of obj…
-
Opmerking via review-formulier:
OASv3 is niet volledig compatible met JSON schema's. Daarnaast vind ik niet dat je dit soort optionele zaken als principes moet definieren.
-
openapi 3.1 is released -- but the openapi-glue dependency https://github.com/APIDevTools/swagger-parser won't parse that spec . The repo over there appears slightly dormant. Any plans here for handl…
-
The swagger Spec Endpoint : http://localhost:8001/api-docs noted in the readme does not appear to work. Do you see the same thing? The swagger-ui Endpoint : http://localhost:8001/docs works great. …
-
Microsoft.OpenAPI NuGet v1.2.2
Serializing to OASv3 outputs the extension as expected. The v2 spec seems to allow it.
Repro:
```csharp
var doc = new OpenApiDocument()
…
-
Hello. Can you help to me. I don`t understand how i can upload file. It should be like this https://swagger.io/docs/specification/2-0/file-upload/ ? But i don`t know how i can do this
-
Error: $ref to original location 'file:///C:/Users/lmazuel/Git/azure-rest-api-specs/specification/cognitiveservices/data-plane/Common/Parameters.json#/components/parameters/ImageUrl' is not found in t…
-
**Ktor Version and Engine Used**
1.2.3 (Kotlin 1.3.40), Server (Netty)
**Describe the bug**
Making an HTTP POST request **without** (_empty_ request bodies work fine) a request body crashes conte…