Contact information for the exposed API.

interface ContactObject {
    email?: string;
    name?: string;
    url?: string;
}

Hierarchy (view full)

Properties

Properties

email?: string

The email address of the contact person/organization. This MUST be in the form of an email address.

name?: string

The identifying name of the contact person/organization.

url?: string

The URL pointing to the contact information. This MUST be in the form of a URL.