Updated schemas

This commit is contained in:
DaanV2
2021-10-13 10:39:05 +02:00
parent 0700208b90
commit d0982cfe9f
2 changed files with 2 additions and 6 deletions

View File

@@ -19,10 +19,5 @@
"title": "Has Gravity"
}
},
"examples": [
{
"has_collision": true,
"has_gravity": true
}
]
"examples": [{}, { "has_collision": true, "has_gravity": true }]
}