Description
POSTs that return a 201 Created can return a model, and the operation compiler should be updated to allow for that.
Repro steps
Please provide the steps required to reproduce the problem
Using this swagger, the ThingGetThing POST operation returns unit
Expected behavior
The operation should return Thing.GetModel
Actual behavior
Unit :(
Known workarounds
Change the response code to 200
Related information
SwaggerProvider 0.5.1