CodeSquared docs

OasVoid

OasVoid is an object indicating the absence of a value.

Properties

PropertyTypeDescription
oasType'void'Static value representing the OpenAPI void type.
type'void'Static value indicating void type.
titlestring | undefinedOptional title of the void type.
descriptionstring | undefinedOptional description of the void type.

Methods

isRef

Returns false indicating that the object is not a reference.

void.isRef()

Return value

false

resolve

Returns the void object itself.

void.resolve()

Return value

The void object itself.

resolveOnce

Returns the void object itself.

void.resolveOnce()

Return value

The void object itself.