次の方法で共有


ContentFieldSchema interface

文書から抽出するフィールドのスキーマ。

プロパティ

definitions

スキーマ内のフィールドが参照する追加の定義。

description

フィールドスキーマの説明。

fields

スキーマで定義されたフィールドです。

name

フィールドスキーマの名前です。

プロパティの詳細

definitions

スキーマ内のフィールドが参照する追加の定義。

definitions?: Record<string, ContentFieldDefinition>

プロパティ値

Record<string, ContentFieldDefinition>

description

フィールドスキーマの説明。

description?: string

プロパティ値

string

fields

スキーマで定義されたフィールドです。

fields: Record<string, ContentFieldDefinition>

プロパティ値

Record<string, ContentFieldDefinition>

name

フィールドスキーマの名前です。

name?: string

プロパティ値

string