Forum Discussion
KarelHusa
3 years agoSuper Contributor
which version of OpenAPI do you use?
What is the API definition (or the data type name) which causes the error?
- Haroon903 years agoNew Contributor
Thanks KarelHusa,
I'm using latest ReadyAPI version 3.40.2.
Swagger documentation with specification version V3.0 is able to open my documentation. However, specification V2.0 is giving me this error:
- KarelHusa3 years agoSuper Contributor
and which version of OpenAPI do you use in your API specification?
The API specification shall start with:
openapi: 3.0.1
or similar declaration.
In OpenAPI 3.0 the component names may consist only from following characters:
A..Z a..z 0..9 . _ -
Your name contains many other characters, including space, parentheses, etc.
Best regards,
Karel