Nexmo / oas_parser

An open source Open API Spec 3 Definition Parser
MIT License
51 stars 16 forks source link

doesn't resolve external references #20

Closed MarioRuiz closed 4 years ago

MarioRuiz commented 5 years ago

It doesn't accept external references like:

{"$ref"=>"examples/Snapshots_Update.json"}

Only works when reference is "file:/xxxxxx" According to https://swagger.io/docs/specification/using-ref/ should accept also {"$ref"=>"examples/Snapshots_Update.json"}

rmosolgo commented 4 years ago

It looks like this was fixed by #23, should it be closed?

ahx commented 4 years ago

I think this can be closed.