-
Hi,
I am quite new to NSwag so maybe I am doing something wrong, but I want to generate a swagger.json file every time my project is build.
I have NSwag MSBuild Nuget package installed and added…
-
```
openapi: 3.0.0
paths:
/aggregationtypes:
get:
responses:
"200":
description: OK
content:
"*/*":
schema:
…
-
**Checklist**
- [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation
- [x] I looked for similar issues in the [is…
-
#### 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…
-
#### 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…
-
As a Workflow Developer
I want to be able to use the native Stripe connector
So that I can implement more complex integration use cases where the connector is involved.
Website: https://stripe.com/en…
-
I try to have a parameter, which enum values has to be requested from different endpoint. So I haven't found any way how I could do it in specification. I though about 2 ways or I indicate that enum i…
IOR88 updated
10 months ago
-
It's **imperative** that you immediately CEASE operations and integrate some level of authentication and rate limiting for this API!
You are exposing yourself to direct financial liability for anyone…
-
# Plan
OpenAPI 3.0.3 support `fomat: binary` so we should support it.
https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#data-types
Rack set file as `Rack::Multipart::Uploa…
-
### Problem
While Gravitee can create/import an API based on an [OAS document](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md), the resulting definition is hardly useful …