erdnax123
erdnax123
in components -> schemas  here i have erros: ``` Unable to parse schema /components/schemas/HRVSample Unable to parse this part of your OpenAPI document: : Attempted to...
```json { ... "components": { "schemas": { "ABC": { "required": [], ... }, ... } } } ``` this generates an error: ``` components -> schemas -> ABC -> required...