swagger-to-raml-object
swagger-to-raml-object copied to clipboard
API references at an unexpected location
Looking at https://raw.githubusercontent.com/strongloop/loopback-swagger/master/example/specs/1.2/pet-store.json, we would need to resolve each of the API endpoints but they are stored at pet.json
instead of just pet
. The simplest fix would be to try them both in order and resolve with the one that exists.