Annotation Interface Contact
Contact information for the exposed API.
- See Also:
-
- "https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#contactObject"
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThe email address of the contact person/organization.List of extensions to be added to theContact
model corresponding to the containing annotation.The identifying name of the contact person/organization.The URL pointing to the contact information.
-
Element Details
-
name
String nameThe identifying name of the contact person/organization.- Returns:
- the name of the contact
- Default:
- ""
-
url
String urlThe URL pointing to the contact information. Must be in the format of a URL.- Returns:
- the URL of the contact
- Default:
- ""
-
email
String emailThe email address of the contact person/organization. Must be in the format of an email address.- Returns:
- the email address of the contact
- Default:
- ""
-
extensions
Extension[] extensionsList of extensions to be added to theContact
model corresponding to the containing annotation.- Returns:
- array of extensions
- Since:
- 3.1
- Default:
- {}
-