Skip to content

Add support for Microsoft.AspNetCore.OpenApi #614

@einari

Description

@einari

As we have with the Swagger/Swashbuckle support, we should have a similar support for the Microsoft.AspNetCore.OpenApi way of generating OpenAPI docs.

This involves modifications of the schema for:

  • ConceptAs<> types - make every model / property / parameter recursively use the underlying value type and not be represented as a complex type
  • Add all HTTP status codes that our action filters uses with correct mime type of application/json
  • Enums - supporting names, even though they're integers
  • Support [FromRequest] objects

Metadata

Metadata

Assignees

No one assigned

    Labels

    .NETPull requests that update .net code

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions