- Migration
Swaggerplus Summary
Add a OpenAPI 3.x `summary` to elements an OpenAPI 2.0 API description document where `summary` is not allowed. This allows converting OpenAPI 2.0 to OpenAPI 3.0 for tools which work with OpenAPI 3.0.
{"paths":{"/books":{"x-summary":"This resource is a collection of books."}}}