-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathnested_gf.json
More file actions
48 lines (48 loc) · 1.09 KB
/
Copy pathnested_gf.json
File metadata and controls
48 lines (48 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"title": "nested_global_field_test",
"uid": "nested_gf_test",
"description": "Test nested global field for .NET SDK",
"schema": [
{
"data_type": "text",
"display_name": "Single Line Textbox",
"uid": "single_line",
"field_metadata": {
"description": "",
"default_value": "",
"version": 3
},
"format": "",
"error_messages": {
"format": ""
},
"mandatory": false,
"multiple": false,
"non_localizable": false,
"unique": false
},
{
"data_type": "global_field",
"display_name": "Global Field Reference",
"reference_to": "referenced_global_field",
"field_metadata": {
"description": "Reference to another global field"
},
"uid": "global_field_reference",
"mandatory": false,
"multiple": false,
"non_localizable": false,
"unique": false
}
],
"global_field_refs": [
{
"uid": "referenced_global_field",
"occurrence_count": 1,
"isChild": true,
"paths": [
"schema.1"
]
}
]
}