Contact
- class Contact(d: dict[str, Any] = None, name: str = None, url: str = None, email: str = None)
Contact information for the exposed API.
- property name: str | None
The identifying name of the contact person/organization.
- property url: str | None
The URI for the contact information. This MUST be in the form of a URI.
- property email: str | None
The email address of the contact person/organization. This MUST be in the form of an email address.