OpenAPI support
We both support OpenAPI 2 (Swagger) and 3, but sometimes with specificities.
We support OpenAPI
securitySchemes
property (securityDefinitions
with openAPI v2) with these authentication type values:http
apiKey
oauth2
openIdConnect
We do not support
mutualTLS
. To describe a mutualTLS
authentication method, please use the x-topics
property for now.As this is not supported by OpenAPI, we created a custom property to enrich your documentation. Find out more in our dedicated section.