mfernau
11 months agoNew Member
First try to import an OpanAPI Spec and getting tons of errors
I'm totally beginners with ReadyAPI and furthermore I'm also a Newbie regarding OpenAPI itself.
However for a new project I need to implement an interface which itself delivers an OpenAPI specification. Trying to import this specification into ReadyAPI to get in touch with this interface I'm getting hundreds of errors like this:
paths. Resource Method Name should start with /
paths. Resource WorkOrderJobSplit.Get should start with /
paths. Resource WorkOrderJobSplit.Search should start with /
paths. Resource WorkOrderJobSplit.Create should start with /
paths. Resource WorkOrderJobSplit.Update should start with /
How to deal with this? I can import this file without problems into online Swagger editor.