-
A spec like this:
```
openapi: 3.0.3
info:
title: api spec
version: 1.0.0
servers:
- url: /v3
components:
schemas:
$ref: './definitions/_index.yaml'
...
```
Results in valid…
-
Swagger and TypeSpec both have all description string written in Markdown. In Pythonn, docstring are expected to be written in RST. In order to get our doc processor to generate valid documentation, i…
-
When trying to convert "swagger" : "2.0" to "openapi" : "3.0.1" in Java project using:
swaggerConverter.readContents(content, null, options);
with options:
ParseOptions options = new ParseOptions(…
-
Swagger v3 will soon be stable. it would be nice to have the possibility to import swagger v3.
-
-
https://www.kaggle.com/datasets/ruchi798/data-science-job-salaries
Try to generate a schema:
```
schema {
sourceSet = "test"
visibility = org.jetbrains.dataframe.gradle.DataSchemaVisibili…
-
**Describe the bug**
A schema with recursive definition raised error
**To Reproduce**
Steps to reproduce the behavior:
1. Using sample schema as follow with recursive structure, allowed by spec:…
-
### Steps to reproduce
Try generating the code with the provided snippet.
### Expected results
It's expected that the types will be merged into new types with autogenerated names possibly.
### Act…
-
## Listing of all errors found in the documentation
- [x] Arguments for a class not appearing if the Args were put under the init statement. mainly the AsyncYoutubeAPI class has this issue.
- [x] …
-
#### 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…