summaryrefslogtreecommitdiff
path: root/schema/json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/json')
-rw-r--r--schema/json/FullState.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/schema/json/FullState.json b/schema/json/FullState.json
index af0f25e1..5a7e9d10 100644
--- a/schema/json/FullState.json
+++ b/schema/json/FullState.json
@@ -222,12 +222,17 @@
"pinned": {
"title": "Pinned",
"type": "boolean"
+ },
+ "display_name": {
+ "title": "Display Name",
+ "type": "string"
}
},
"required": [
"range",
"editing",
- "pinned"
+ "pinned",
+ "display_name"
]
},
"SlashCommandDescription": {