Expand description
Implements OpenAPI Metadata types.
Structsยง
- Info
- OpenAPI Info object represents metadata of the API.
- Info
Builder - Use builder syntax to set the inputs and finish with
build()
. - Contact
- OpenAPI
Contact
object represents metadata of the API. - Contact
Builder - Use builder syntax to set the inputs and finish with
build()
. - License
- OpenAPI License information of the API.
- License
Builder - Use builder syntax to set the inputs and finish with
build()
.