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
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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript