OasPathItem.ref_

Allows for an external definition of this path item. The referenced structure MUST be in the format of a OasPathItem object. In case a OasPathItem field appears both in the defined object and the referenced object, the behavior is undefined.

class OasPathItem
@jsonName("$ref")
@jsonOptional
string ref_;

Meta