-
**Problem description**
As indicated in https://github.com/camaraproject/Commonalities/issues/338 OAS 3.0.4 was published.
The [release notes](https://github.com/OAI/OpenAPI-Specification/releases/t…
-
I ran [Spectral](https://github.com/stoplightio/spectral) locally via:
```bash
curl -O https://raw.githubusercontent.com/dbt-labs/dbt-cloud-openapi-spec/c019e7548b0537abe258492c7ddb4590d041847a/op…
-
## Who is your user?
As a developer
## What are they trying to achieve?
I wanted to have a list of api endpoints using the OpenApi spec 3.0 : https://swagger.io/specification/ (for connecting with…
-
Endpoints to add (gets):
events/{eventID}/companys returns list of companies
events/{eventID}/subscribers returns a list of users subscribed
events/{eventID}/subscribers/count returns count of subscri…
-
Have a **Swagger file** for the API/one for each of the APIs. A Swagger file helps clients that want to use your API to know how to communicate with it and what to expect as responses (it discloses in…
-
We should move test open API client tests to be run inside breeze.
The Open API client tests are pretty brittle. They run in "runner" directly and they are not using `breeze` image as the base for ru…
-
Have a **Swagger file** for the API/one for each of the APIs. A Swagger file helps clients that want to use your API to know how to communicate with it and what to expect as responses (it discloses in…
-
Code
```ts
const projects_list_default_limit = 10;
const projects_list_max_limit = 100;
export const listProjectSchema = z.object({
limit: z.coerce
.number()
.min(1)
.max(project…
-
This is a tracking issue for the OpenAPI library to adopt enum-driven visibility analysis APIs and implement any enhancements to the core typespec libraries that are required to support OpenAPI's use …
-
Would like to convert my dumb esp-idf http server app into something that can generate openapi specs on the fly. Should be doable but TBD w/r/t statically creating the response models w/o extensive ha…