RicoSuter/NSwag

Patch operation Model: value part missing

Open

#1.402 geöffnet am 20. Juni 2018

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C# (1.189 Forks)batch import
help wanted

Repository-Metriken

Stars
 (6.291 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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