TableSpecification interface

The swagger 2.0 schema describing a single service input or output. See Swagger specification: http://swagger.io/specification/

Properties

description

Swagger schema description.

format

The format, if 'type' is not 'object'

properties

The set of columns within the data table.

title

Swagger schema title.

type

The type of the entity described in swagger.

Property Details

description

Swagger schema description.

description?: string

Property Value

string

format

The format, if 'type' is not 'object'

format?: string

Property Value

string

properties

The set of columns within the data table.

properties?: {[propertyName: string]: ColumnSpecification}

Property Value

{[propertyName: string]: ColumnSpecification}

title

Swagger schema title.

title?: string

Property Value

string

type

The type of the entity described in swagger.

type: string

Property Value

string