Refactoring
This commit is contained in:
@@ -82,20 +82,20 @@
|
||||
"uniqueItems": true,
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "components.json",
|
||||
"$ref": "./components.json",
|
||||
"uniqueItems": true,
|
||||
"description": "The components that are added as the foundation of the entity",
|
||||
"title": "The component schema"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"$ref": "components.json",
|
||||
"$ref": "./components.json",
|
||||
"uniqueItems": true,
|
||||
"description": "The components that are added as the foundation of the entity",
|
||||
"title": "The component schema"
|
||||
},
|
||||
"events": {
|
||||
"$ref": "events.json",
|
||||
"$ref": "./events.json",
|
||||
"uniqueItems": true,
|
||||
"description": "The events that the entity can run, these add or remove components_groups",
|
||||
"title": "The events schema"
|
||||
|
||||
Reference in New Issue
Block a user