-
Presented today to the Architecture DWG some challenges and solutions from _OGC API - Tiles_ in defining re-usable OpenAPI buliding blocks for OGC API specifications, including consideration for gener…
-
I've stumble across a problem when splitting my huge openapi spec file in pieces.
We decided to take apart some definitions into different files and reference them from our main definition with `$ref…
-
Hello
I have a question regarding arrays.
Given following simple example
```typescript
const myObjSchema = z.object({
name: z.string(),
});
const arrayOfMyObj = z.array(myObjSchema).m…
-
**Is your feature request related to a problem? Please describe.**
I want document REST API documentation using OpenAPI so that people can generate stubs for the APIs and explore them interactively.
…
-
We'd like to propose a feature to use get rid of some YAML duplication by using `$ref`. This syntax is also available in [openapi-spec](https://swagger.io/docs/specification/using-ref/) definitions, a…
-
I proposed to my team that we start using Bruno for collaborating on API specs. But there's a preference for using Swagger. One of the reasons is that with Swagger, the frontend devs get type definiti…
-
ziti version: `v0.26.11`
Description:
The [Edge OpenAPI Spec](https://github.com/openziti/edge/blob/main/specs/client.yml#L3724) specifies that `GET /current-identity` must return `#/definitions…
-
Did a test with malli + openai, which [works great](https://x.com/ikitommi/status/1821495690314326076). Tried to use your lib here, but the openapi definition is not up-to-date and coudn't use the `:r…
-
### What happens?
Hi team!
I think this may be a bug, although it's entirely possible that I'm doing it wrong. Our docs do not seem to be showing the `content-type` header in generated requests. …
-
### CloudFormation Lint Version
1.10.3
### What operating system are you using?
Mac OS
### Describe the bug
When I run cfn-lint, it does not check the validity of the paths in Definitio…