Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SwaggerV2DefinitionDocBlock<TDetails>

A Swagger V2 documentation block for a definition.

Type parameters

  • TDetails: object

Hierarchy

Index

Properties

Optional description

description: string

The summary.

details

details: TDetails | false | null | undefined

The details.

jsDoc

jsDoc: Annotation

The underlying JSDoc annotation.

type

type: "definition"
inheritdoc

Generated using TypeDoc