Skip to content

api-morph / ContactObject

Interface: ContactObject

Defined in: src/types/openapi.ts:134

Contact information for the exposed API.

See

https://spec.openapis.org/oas/v3.1.1#contact-object

Indexable

[key: `x-${string}`]: any

This object MAY be extended with Specification Extensions.

Properties

email?

optional email: string

Defined in: src/types/openapi.ts:148

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


name?

optional name: string

Defined in: src/types/openapi.ts:138

The identifying name of the contact person/organization.


url?

optional url: string

Defined in: src/types/openapi.ts:143

The URI for the contact information. This MUST be in the form of a URI.

基于 MIT 许可证发布