SmartBear / readyapi-swagger-plugin

Ready! API Plugin for importing Swagger definitions as REST Services
36 stars 27 forks source link

Referenced parameters are expanded on export #26

Open ghost opened 8 years ago

ghost commented 8 years ago

For example, if my definition contains parameters separated out, and a reference to them like this;

"parameters":[ { "$ref":"#/parameters/param_active" },

When I export, the parameters have all been expanded out and copied into each endpoint.

Although this is probably the intended behaviour and to do with the way its stored, It would be nice if it honoured the import style, so modifications can be made, and the export used.