ServiceInputOutputSpecification interface
描述服務輸入或輸出的 swagger 2.0 架構。 請參閱 Swagger 規格: http://swagger.io/specification/
屬性
description | Swagger 架構的描述。 |
properties | 指定集合,其中包含 Web 服務之每個輸入或輸出的資料行架構。 如需詳細資訊,請參閱 Swagger 規格。 |
title | Swagger 架構的標題。 |
type | swagger 中所述的實體類型。 一律為 'object'。 |
屬性詳細資料
description
Swagger 架構的描述。
description?: string
屬性值
string
properties
指定集合,其中包含 Web 服務之每個輸入或輸出的資料行架構。 如需詳細資訊,請參閱 Swagger 規格。
properties: {[propertyName: string]: TableSpecification}
屬性值
{[propertyName: string]: TableSpecification}
title
Swagger 架構的標題。
title?: string
屬性值
string
type
swagger 中所述的實體類型。 一律為 'object'。
type: string
屬性值
string