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", "title": "Interact",
"description": "Defines interactions with this entity.", "description": "Defines interactions with this entity.",
"additionalProperties": false, "additionalProperties": false,
"examples": [{ "interactions": [] }],
"definitions": { "definitions": {
"interaction_spec": { "interaction_spec": {
"type": "object", "type": "object",

View File

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