DocumentFieldSchema interface
使用 JSON 架構樣式語法的欄位語意架構描述。
屬性
| description | 欄位描述。 |
| example | 範例欄位內容。 |
| items | 每個數位型態架構。 |
| properties | 物件欄位的具名子欄位。 |
| type | 域值的語意數據類型。 |
屬性詳細資料
description
欄位描述。
description?: string
屬性值
string
example
範例欄位內容。
example?: string
屬性值
string
items
properties
物件欄位的具名子欄位。
properties?: {[propertyName: string]: DocumentFieldSchema}
屬性值
{[propertyName: string]: DocumentFieldSchema}
type
域值的語意數據類型。
type: string
屬性值
string