Updated schemas
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"title": "Interact",
|
||||
"description": "Defines interactions with this entity.",
|
||||
"additionalProperties": false,
|
||||
"examples": [{ "interactions": [] }],
|
||||
"definitions": {
|
||||
"interaction_spec": {
|
||||
"type": "object",
|
||||
|
||||
@@ -19,10 +19,5 @@
|
||||
"title": "Has Gravity"
|
||||
}
|
||||
},
|
||||
"examples": [
|
||||
{
|
||||
"has_collision": true,
|
||||
"has_gravity": true
|
||||
}
|
||||
]
|
||||
"examples": [{}, { "has_collision": true, "has_gravity": true }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user