Expand description
Implements OpenAPI Metadata types.
Refer to OpenApi
trait and derive documentation
for examples and usage details.
Structsยง
- Contact
- OpenAPI Contact information of the API.
- Contact
Builder - Builder for
Contact
with chainable configuration methods to create a newContact
. See theInfoBuilder
for combined usage example. - Info
- OpenAPI Info object represents metadata of the API.
- Info
Builder - Builder for
Info
with chainable configuration methods to create a newInfo
. - License
- OpenAPI License information of the API.
- License
Builder - Builder for
License
with chainable configuration methods to create a newLicense
.