DocumentFieldSchema interface
Opis schematu semantycznego pola przy użyciu składni stylu schematu JSON.
Właściwości
description | Opis pola. |
example | Przykładowa zawartość pola. |
items | Schemat typu pola każdego elementu tablicy. |
properties | Nazwane pola podrzędne pola obiektu. |
type | Semantyczny typ danych wartości pola. Możliwe wartości: "string", "date", "time", "phoneNumber", "number", "integer", "selectionMark", "countryRegion", "signature", "array", "object", "currency", "address", "boolean", "selectionGroup" |
Szczegóły właściwości
description
Opis pola.
description?: string
Wartość właściwości
string
example
Przykładowa zawartość pola.
example?: string
Wartość właściwości
string
items
Schemat typu pola każdego elementu tablicy.
items?: DocumentFieldSchema
Wartość właściwości
properties
Nazwane pola podrzędne pola obiektu.
properties?: Record<string, DocumentFieldSchema>
Wartość właściwości
Record<string, DocumentFieldSchema>
type
Semantyczny typ danych wartości pola.
Możliwe wartości: "string", "date", "time", "phoneNumber", "number", "integer", "selectionMark", "countryRegion", "signature", "array", "object", "currency", "address", "boolean", "selectionGroup"
type: string
Wartość właściwości
string