Updated schemas
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -19,10 +19,5 @@
|
|||||||
"title": "Has Gravity"
|
"title": "Has Gravity"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"examples": [
|
"examples": [{}, { "has_collision": true, "has_gravity": true }]
|
||||||
{
|
|
||||||
"has_collision": true,
|
|
||||||
"has_gravity": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user