We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Support in C# with the NSwag.Core.Yaml package.
NSwag.Core.Yaml
The CLI and NSwagStudio support YAML as input.
var document = await OpenApiYamlDocument.FromYamlAsync("..."); var yaml = document.ToYaml();