We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f849c7c + 863436f commit b9efdacCopy full SHA for b9efdac
1 file changed
src/context/schemas/chatInitSettings.schema.json
@@ -3,10 +3,9 @@
3
"$id": "https://fdc3.finos.org/schemas/next/chatInitSettings.schema.json",
4
"type": "object",
5
"title": "ChatInitSettings",
6
+ "allOf": [{ "$ref": "context.schema.json#" }],
7
"properties": {
- "type": {
8
- "const": "fdc3.chat.initSettings"
9
- },
+ "type": { "const": "fdc3.chat.initSettings" },
10
"chatName": {
11
"type": "string"
12
},
@@ -23,8 +22,5 @@
23
22
"allowMessageCopy": "boolean",
24
"allowAddUser": "boolean"
25
}
26
27
- "required": [
28
- "type"
29
- ]
+ }
30
0 commit comments