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 generate duplicate models with name "Sample"
why used the title for class names and not the key. The key is always unique, but the title is not necessarily unique.
in components -> schemas

here i have erros:
why used the title for class names and not the key. The key is always unique, but the title is not necessarily unique.