Annotation Interface Contact
Contact information for the exposed API.
- See Also:
-
- "https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.md#contactObject"
-
Optional Element Summary
-
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:
- ""
-