Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SwaggerV2Document

A Swagger 2 document.

Hierarchy

  • SwaggerV2Document

Index

Properties

Optional basePath

basePath: string

The base path of the API.

Optional definitions

The list of definitions.

Optional externalDocs

External docs.

Optional host

host: string

The host name.

Optional info

Information about the document.

Optional paths

The list of paths.

Optional schemes

schemes: ApiUrlScheme[]

The list of possible schemes.

Optional securityDefinitions

securityDefinitions: SwaggerV2SecurityDefintionList

Security definitions.

swagger

swagger: "2.0"

The header.

Optional tags

List of tags.

Generated using TypeDoc