Skip to content
Rico Suter edited this page Jun 20, 2017 · 138 revisions

Roadmap | SDK Development | Contribute

Ways to use the toolchain

Tutorials

Specification

Swagger Generation

Available Swagger generators:

Customizations and extension points:

The Swagger generators use the JSON Schema generator from the NJsonSchema project:

  • JsonSchemaGenerator (NJsonSchema): Generates schemas from .NET classes
  • XML Documentation (NJsonSchema)
    • The NSwag.AspNetCore NuGet package automatically installs the required NuGet packages for reading XML Documentation.
  • Enums (NJsonSchema)
  • Inheritance (NJsonSchema): How to describe and generate inheritance of DTO classes.
  • Type Mappers (NJsonSchema): Type mappers allow you to generate a custom JSON Schema for a given .NET type.

Code Generation

Available code generators:

Extension points:

Clone this wiki locally