Adding dots to description

This commit is contained in:
DaanV2
2022-07-22 19:41:04 +02:00
parent 61327eac6e
commit 8b3778de6d
457 changed files with 2337 additions and 2406 deletions

View File

@@ -8,18 +8,18 @@
"name_action": {
"type": "object",
"additionalProperties": false,
"description": "Describes the special names for this entity and the events to call when the entity acquires those names",
"description": "Describes the special names for this entity and the events to call when the entity acquires those names.",
"title": "Name Action",
"properties": {
"name_filter": {
"type": "string",
"default": "",
"description": "List of special names that will cause the events defined in `on_named` to fire",
"description": "List of special names that will cause the events defined in `on_named` to fire.",
"title": "Name Filter"
},
"on_named": {
"$ref": "../types/event.json",
"description": "Event to be called when this entity acquires the name specified in `name_filter'",
"description": "Event to be called when this entity acquires the name specified in `name_filter'.",
"title": "On Named"
}
}
@@ -29,23 +29,23 @@
"allow_name_tag_renaming": {
"type": "boolean",
"default": true,
"description": "If true, this entity can be renamed with name tags",
"description": "If true, this entity can be renamed with name tags.",
"title": "Allow Name Tag Renaming"
},
"always_show": {
"type": "boolean",
"default": false,
"description": "If true, the name will always be shown",
"description": "If true, the name will always be shown.",
"title": "Always Show"
},
"default_trigger": {
"$ref": "../types/trigger.json",
"description": "Trigger to run when the entity gets named",
"description": "Trigger to run when the entity gets named.",
"title": "Default Trigger"
},
"name_actions": {
"title": "Name Actions",
"description": "Describes the special names for this entity and the events to call when the entity acquires those names",
"description": "Describes the special names for this entity and the events to call when the entity acquires those names.",
"oneOf": [
{
"type": "array",