DocumentFieldSchema interface
JSON スキーマ スタイル構文を使用したフィールド セマンティック スキーマの説明。
プロパティ
| description | フィールドの説明。 |
| example | フィールドの内容の例。 |
| items | 各配列要素のフィールド型スキーマ。 |
| properties | オブジェクト フィールドの名前付きサブフィールド。 |
| type | フィールド値のセマンティック データ型。 |
プロパティの詳細
description
フィールドの説明。
description?: string
プロパティ値
string
example
フィールドの内容の例。
example?: string
プロパティ値
string
items
properties
オブジェクト フィールドの名前付きサブフィールド。
properties?: {[propertyName: string]: DocumentFieldSchema}
プロパティ値
{[propertyName: string]: DocumentFieldSchema}
type
フィールド値のセマンティック データ型。
type: string
プロパティ値
string