-
```yml
openapi: 3.0.2
servers:
- url: /api
info:
title: Demo
version: 0.0.1
paths:
/demo:
get:
responses:
200:
$ref: "#/components/responses/DemoB…
-
Now that ?model is gone and we treat it like all other inlinable sub-objects, `?inline=*` will inline/show all inlinable entities (model, groups, resources, resource docs, meta). However, "model" is d…
-
E.g. https://swagger.io/specification/
It'd be helpful to have a subcommand that can turn Semgrep JSON results into an OpenAPI/Swagger JSON spec. This spec file could then be used in DAST scanners …
-
`/rcms-api/1/form/7/send` has a malformed `items` value in responseBody.
`"items": []`
P.S.
actually it has more invalidations(↓) but the above is crucial that openapi-typescript-codegen gene…
-
### Description
Right now in my OpenAPI yaml, we have a component with a field that is marked as follows:
```yaml
type: object
additionalProperties: true
```
This results in a generated object…
-
### What happened?
Using the open-api trait succeeds in v2.4.x and fails in 2.5.0 with the same configuration/integration.
I'm using a very basic open-api spec and integration. Basically a hello-w…
-
Hi all,
As the maintainer of [oasdiff](https://github.com/Tufin/oasdiff) which relies on kin-openapi to report changes in OpenAPI specs, I have [a requirement from oasdiff users](https://github.com/T…
-
### Reason/Context
- Improvement is need to support endpoint with file upload functionality.
- This change will provide a better contract coverage, since currently it is not possible to create a tes…
-
##### Description
If Schemas are referenced in cyclic manner, the Models are generated twice. In below code,the Model `ProblemDetails` is generated twice as
- `ProblemDetails.java`
- `Proble…
-
The mention of "wkt" in the crs.yaml in https://github.com/opengeospatial/ogcapi-tiles/blob/dabbe22ad2eec931a4f32289ffaa3f1a2aea6ed1/openapi/schemas/common-geodata/crs.yaml#L15 is very confusing.
The…