TableSpecification interface

Tek bir hizmet girişini veya çıkışını açıklayan swagger 2.0 şeması. Bkz. Swagger belirtimi: http://swagger.io/specification/

Özellikler

description

Swagger şema açıklaması.

format

'type' 'object' değilse biçimi

properties

Veri tablosundaki sütun kümesi.

title

Swagger şema başlığı.

type

Swagger'da açıklanan varlığın türü.

Özellik Ayrıntıları

description

Swagger şema açıklaması.

description?: string

Özellik Değeri

string

format

'type' 'object' değilse biçimi

format?: string

Özellik Değeri

string

properties

Veri tablosundaki sütun kümesi.

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

Özellik Değeri

{[propertyName: string]: ColumnSpecification}

title

Swagger şema başlığı.

title?: string

Özellik Değeri

string

type

Swagger'da açıklanan varlığın türü.

type: string

Özellik Değeri

string