CodeSquared docs

OasContact

OasContact is an object representing the OpenAPI contact object.

Properties

PropertyTypeDescription
namestring | undefinedThe name of the contact.
urlstring | undefinedThe URL of the contact.
emailstring | undefinedThe email address of the contact.
extensionFieldsRecord<string, unknown> | undefinedOptional map of custom fields defined by OpenAPI extensions. Keys are strings beginning with x- and values are of any valid JSON type.