次の方法で共有


DocumentFieldSchemaOutput interface

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

プロパティ

description

フィールドの説明。

example

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

items

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

properties

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

type

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

使用できる値: "string"、"date"、"time"、"phoneNumber"、"number"、"integer"、"selectionMark"、"countryRegion"、"signature"、"array"、"object"、"currency"、"address"、"boolean"、"selectionGroup"

プロパティの詳細

description

フィールドの説明。

description?: string

プロパティ値

string

example

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

example?: string

プロパティ値

string

items

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

items?: DocumentFieldSchemaOutput

プロパティ値

properties

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

properties?: Record<string, DocumentFieldSchemaOutput>

プロパティ値

Record<string, DocumentFieldSchemaOutput>

type

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

使用できる値: "string"、"date"、"time"、"phoneNumber"、"number"、"integer"、"selectionMark"、"countryRegion"、"signature"、"array"、"object"、"currency"、"address"、"boolean"、"selectionGroup"

type: string

プロパティ値

string