We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69cef2 commit 863436fCopy full SHA for 863436f
1 file changed
src/context/schemas/chatInitSettings.schema.json
@@ -5,6 +5,7 @@
5
"title": "ChatInitSettings",
6
"allOf": [{ "$ref": "context.schema.json#" }],
7
"properties": {
8
+ "type": { "const": "fdc3.chat.initSettings" },
9
"chatName": {
10
"type": "string"
11
},
0 commit comments