DocumentFieldSchema interface

JSON スキーマ スタイル構文を使用したフィールド セマンティック スキーマの説明。

プロパティ

description

フィールドの説明。

example

フィールドコンテンツの例。

items

各配列要素のフィールド型スキーマ。

properties

オブジェクト フィールドの名前付きサブフィールド。

type

フィールド値のセマンティック データ型。

プロパティの詳細

description

フィールドの説明。

description?: string

プロパティ値

string

example

フィールドコンテンツの例。

example?: string

プロパティ値

string

items

各配列要素のフィールド型スキーマ。

items?: DocumentFieldSchema

プロパティ値

properties

オブジェクト フィールドの名前付きサブフィールド。

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

プロパティ値

{[propertyName: string]: DocumentFieldSchema}

type

フィールド値のセマンティック データ型。

type: string

プロパティ値

string