Skip to content

Commit b816f48

Browse files
committed
fix(template_example): typo in the example enum structure
1 parent 6a6620a commit b816f48

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

template_example.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66
"nodeProperties": {
77
"label": "country",
88
"country": "country",
9-
"selected": {"type":"enum", "values":[{"value":"yes", "weight": 1}, {"value":"no", weight: 0.5]},
9+
"selected": {
10+
"type": "enum",
11+
"values": [
12+
{ "value": "yes", "weight": 1 },
13+
{ "value": "no", "weight": 0.5 }
14+
]
15+
},
1016
"created_at": "date",
1117
"updated_at": "date"
1218
}

0 commit comments

Comments
 (0)