-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmodelwithname.json
More file actions
44 lines (44 loc) · 850 Bytes
/
modelwithname.json
File metadata and controls
44 lines (44 loc) · 850 Bytes
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
{
"fields": [
{
"componentId": "single-line-text",
"fieldId": "123",
"modelId": "123123",
"name": "123",
"options": {
"default-value": {
"value": true,
"form": {
"single-line-text": {
"value": "12"
}
}
}
},
"validations": {},
"fieldType": "string"
},
{
"componentId": "integer",
"fieldId": "integerfield",
"modelId": "123123",
"name": "integerfield",
"options": {},
"validations": {},
"fieldType": "number"
}
],
"model": {
"localization": false,
"type": "JSON",
"name": "123123",
"modelId": "123123",
"createdBy": "community"
},
"name": "modelwithname",
"categories": [
"Generic",
"Landing"
],
"description": "123"
}