Make JSON models less strict

This commit is contained in:
Lucien Greathouse
2018-05-26 16:59:09 -07:00
parent e7fe4ac3ec
commit 804bbc93b7
3 changed files with 7 additions and 6 deletions

View File

@@ -4,14 +4,11 @@
"Children": [
{
"Name": "Some Part",
"ClassName": "Part",
"Children": [],
"Properties": {}
"ClassName": "Part"
},
{
"Name": "Some StringValue",
"ClassName": "StringValue",
"Children": [],
"Properties": {
"Value": {
"Type": "String",
@@ -19,6 +16,5 @@
}
}
}
],
"Properties": {}
]
}