RicoSuter/NSwag

Patch operation Model: value part missing

Open

#1,402 opened on Jun 20, 2018

View on GitHub
 (3 comments) (1 reaction) (0 assignees)C# (6,291 stars) (1,189 forks)batch import
help wanted

Description

With the latest NSwag/Swagger the shown Example Model has changed.

Former version: { "operations": [ { "value": {}, "path": "string", "op": "string", "from": "string" } ] }

New version: { "operations": [ { "path": "string", "op": "string", "from": "string" } ] }

So it seems that the value part is missing.

Contributor guide