dlcs / protagonist

MIT License
7 stars 2 forks source link

Respect JsonPropertyName attributes in generated swagger #903

Closed garyttierney closed 2 weeks ago

garyttierney commented 2 weeks ago

The swagger is currently generated using Swashbuckle, which only supports System.Text.Json attributes out of the box.

Resolves https://github.com/dlcs/protagonist/issues/898.