| Name | Description | Type | Additional information |
|---|---|---|---|
| FormDataNameId |
Form data name Id |
universally unique identifier |
Required Example value: 0ae1737c-d2f1-4f7c-8fbd-c9566ed719d5 |
| ParentFormDataNameId |
Parent form data name Id |
universally unique identifier |
Example value: fb63b708-cc7e-4097-8d8d-a21aa53d7a66 |
| Depth |
Depth of the data name, starting at one. |
integer (32 bits) |
Example value: 0 Range: inclusive between 0 and 2147483647 |
| IsArray |
Indicates whether the data name is an array |
boolean |
Example value: True |
| Name |
The data name |
string |
Example value: date Max length: 200 |
| FullName |
FullName is a dot separated list of data names starting from the root of the form to this dataname. Arrays are represented with square brackets (i.e. []). |
string |
Example value: image.pins[].data.date Max length: 1600 |