erdnax123

Results 2 issues of erdnax123

in components -> schemas ![Screenshot from 2022-08-10 22-53-44](https://user-images.githubusercontent.com/15095508/184057477-b9898200-c142-4bbb-9973-f98f3bfa075e.png) here i have erros: ``` Unable to parse schema /components/schemas/HRVSample Unable to parse this part of your OpenAPI document: : Attempted to...

🐞bug

```json { ... "components": { "schemas": { "ABC": { "required": [], ... }, ... } } } ``` this generates an error: ``` components -> schemas -> ABC -> required...

🐞bug