RicoSuter/NSwag

Patch operation Model: value part missing

Open

#1 402 ouverte le 20 juin 2018

Voir sur GitHub
 (3 commentaires) (1 réaction) (0 assignés)C# (1 189 forks)batch import
help wanted

Métriques du dépôt

Stars
 (6 291 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur