diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-09 14:12:36 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-09 14:12:36 -0700 |
commit | afe3016ec3c143787e95a8b7e7a31f8177f63957 (patch) | |
tree | ae197b61eb280ba00cdda21bec831ef36b9dce9c /schema | |
parent | 8b5af6bbc6bd1cbe743ebc09f0ebf10a2072e6ff (diff) | |
download | sncontinue-afe3016ec3c143787e95a8b7e7a31f8177f63957.tar.gz sncontinue-afe3016ec3c143787e95a8b7e7a31f8177f63957.tar.bz2 sncontinue-afe3016ec3c143787e95a8b7e7a31f8177f63957.zip |
sdk.get_code_context
Diffstat (limited to 'schema')
-rw-r--r-- | schema/json/FullState.json | 7 |
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": { |