共用方式為


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