Skip to content

Commit ab644c3

Browse files
committed
Update model.json example
1 parent c6cdd8a commit ab644c3

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

test-project/src/hello.model.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "hello",
3-
"className": "Model",
4-
"children": [
2+
"Name": "hello",
3+
"ClassName": "Model",
4+
"Children": [
55
{
6-
"name": "Some Part",
7-
"className": "Part",
8-
"children": [],
9-
"properties": {}
6+
"Name": "Some Part",
7+
"ClassName": "Part",
8+
"Children": [],
9+
"Properties": {}
1010
},
1111
{
12-
"name": "Some StringValue",
13-
"className": "StringValue",
14-
"children": [],
15-
"properties": {
12+
"Name": "Some StringValue",
13+
"ClassName": "StringValue",
14+
"Children": [],
15+
"Properties": {
1616
"Value": {
17-
"type": "string",
18-
"value": "Hello, world!"
17+
"Type": "String",
18+
"Value": "Hello, world!"
1919
}
2020
}
2121
}
2222
],
23-
"properties": {}
23+
"Properties": {}
2424
}

0 commit comments

Comments
 (0)