help wanted
Repository metrics
- Stars
- (6,291 stars)
- PR merge metrics
- (No merged PRs in 30d)
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.