Re: Swagger editor path references; error: could not resolve reference

2017-05-16 Thread Ron Ratovsky
agger <swagger-swaggersocket@googlegroups.com> Subject: Swagger editor path references; error: could not resolve reference Hi, I am using the swagger editor, hosted by swaggerhub, and writing swagger 2.0 yaml. I would like to have one path, be a reference to another path. e.g. in the Swagger Pets

Swagger editor path references; error: could not resolve reference

2017-05-16 Thread spmcfarland
Hi, I am using the swagger editor, hosted by swaggerhub, and writing swagger 2.0 yaml. I would like to have one path, be a reference to another path. e.g. in the Swagger Petstore example > /store/inventory: > $ref: '#/paths/store/order' /store/order: post: # not a