OasTag

Adds metadata to a single tag that is used by the OasOperation object. It is not mandatory to have a Tag Object per tag defined in the Operation Object instances.

Members

Variables

description
string description;

A short description for the tag. CommonMark syntax MAY be used for rich text representation.

externalDocs
OasExternalDocumentation externalDocs;

Additional external documentation for this tag.

name
string name;

**REQUIRED**. The name of the tag.

See Also

Meta