OasPathItem.description

An optional, string description, intended to apply to all operations in this path. [CommonMark syntax](https://spec.commonmark.org/) MAY be used for rich text representation.

class OasPathItem
@jsonOptional
string description;

Meta