Forum Discussion
HKosova
4 years agoSmartBear Alumni (Retired)
Hi frecro,
This API definition has spaces in schema names, for example:
"components" : {
"schemas" : {
"Asset data" : { <----------
which is not allowed by the OpenAPI 3.0 Specification. You need to fix the schema names and the corresponding $ref paths ("$ref": "#/components/schemas/...") to make the definition valid before you can import it into ReadyAPI. I suggest using https://editor.swagger.io to edit OpenAPI definitions and check their validity.
Related Content
- 5 years ago
Recent Discussions
- 7 days ago