Skip to content

feat: add openapi spec validation

Arnaud Vergnet requested to merge topic/default/openapi into branch/default

Adds a file containing the OpenAPI specification. This spec is accessible from the openapi.yaml route. The openapi route shows the same spec but using the Swagger UI.

It uses the pyramid_openapi3 library to validate the endpoints.

Edited by Arnaud Vergnet

Merge request reports