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

@@ -4,6 +4,7 @@
"title": "Interact",
"description": "Defines interactions with this entity.",
"additionalProperties": false,
"examples": [{ "interactions": [] }],
"definitions": {
"interaction_spec": {
"type": "object",

View File

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