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