-
#### 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 part of the larger discussion on referencing and imports (#72, #73), @darrelmiller suggested deciding on using IRIs as identifiers rather than locators as a first step. Part of the context is his …
-
Hi.
It looks like the docker version of this requires specifying a URL to load the YAML specification. I know that the container will not have access to a local file on the host, but has any metho…
-
## Investigate OpenAPI for documentation and client library generation
Right now FusionAuth uses https://github.com/FusionAuth/fusionauth-client-builder for building the clients and docs. This work…
-
Currently it appears that any multiline description throws a warning with `"\\.$".spectral(docs-description)`.
> Documentation tools use description to provide more context to users of the API wh…
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
During writing do…
-
# Feature Proposal: Functionalities for adding label and example(s)
## Introduction
This proposal aims to introduce new functionalities to Zod, drawing inspiration from the capabilities of Joi. Th…
-
Given this:
```
@OA\Parameter(
parameter="sort_by",
name="sort_by",
in="query",
description="Sort by field",
required=false
),
```
Is it possible to add/override Sc…
-
Trying to generate code with the openapi-generator-cli-6.2.0.jar
`/Users/xxxx/Applications/Rider.app/Contents/jbr/Contents/Home/bin/java -jar /Users/xxxx/Library/Caches/JetBrains/Rider2024.1/opena…
-
One nice thing with flasgger and Swagger 2.0 when using docstrings is that you can specify any `definitions` (mostly) specific to one route/path alongside its responses and parameters that may use tho…