共用方式為


TableSpecification interface

描述單一服務輸入或輸出的 Swagger 2.0 架構。 請參閱 Swagger 規格:http://swagger.io/specification/

屬性

description

Swagger 架構描述。

format

格式,如果 'type' 不是 'object'

properties

數據表內的數據行集。

title

Swagger 架構標題。

type

swagger 中所述之實體的類型。

屬性詳細資料

description

Swagger 架構描述。

description?: string

屬性值

string

format

格式,如果 'type' 不是 'object'

format?: string

屬性值

string

properties

數據表內的數據行集。

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

屬性值

{[propertyName: string]: ColumnSpecification}

title

Swagger 架構標題。

title?: string

屬性值

string

type

swagger 中所述之實體的類型。

type: string

屬性值

string