This commit is contained in:
DaanV2
2021-06-06 13:00:25 +02:00
parent 4e62c0237c
commit b0d9e9146c
105 changed files with 33270 additions and 173 deletions

View File

@@ -10,8 +10,8 @@
"type": "object",
"description": "Describes the special names for this entity and the events to call when the entity acquires those names",
"properties": {
"on_named": { "type": "string", "description": "Event to be called when this entity acquires the name specified in 'name_filter'" },
"name_filter": { "type": "string", "description": "List of special names that will cause the events defined in 'on_named' to fire" }
"on_named": { "type": "string", "description": "Event to be called when this entity acquires the name specified in `name_filter'" },
"name_filter": { "type": "string", "description": "List of special names that will cause the events defined in `on_named` to fire" }
},
"title": "TODO Title",
"additionalProperties": false