Forum Discussion
KarelHusa
Champion Level 1
which version of OpenAPI do you use?
What is the API definition (or the data type name) which causes the error?
Haroon90
3 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 agoChampion Level 1
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
Related Content
- 5 years ago
- 3 months ago
- 2 years ago
Recent Discussions
- 5 hours ago
- 17 days ago