TableSpecification interface
1 つのサービス入力または出力を記述する 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