OasContact
OasContact is an object representing the OpenAPI contact object.
Properties
Property | Type | Description |
---|---|---|
name | string | undefined | The name of the contact. |
url | string | undefined | The URL of the contact. |
string | undefined | The email address of the contact. | |
extensionFields | Record<string, unknown> | undefined | Optional map of custom fields defined by OpenAPI extensions. Keys are strings beginning with x- and values are of any valid JSON type. |