You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openapi: 3.1.0info:
title: Example Specificationsummary: This is an example specificationversion: "1.0"servers:
- url: http://localhost:8080/paths:
/ping:
get:
operationId: pingresponses:
200:
description: OK
To be added:
The model interface Info.java: new methods (getter, setter, builder)
In order to support OpenAPI 3.1.0 (see #333) we need to add
summary
to the info objectReference: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#infoObject
Example
To be added:
The text was updated successfully, but these errors were encountered: