Skip to content

Commit a69cef2

Browse files
make chatInitSettings inherit from Context
1 parent f6e5b27 commit a69cef2

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

src/context/schemas/chatInitSettings.schema.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
"$id": "https://fdc3.finos.org/schemas/next/chatInitSettings.schema.json",
44
"type": "object",
55
"title": "ChatInitSettings",
6+
"allOf": [{ "$ref": "context.schema.json#" }],
67
"properties": {
7-
"type": {
8-
"const": "fdc3.chat.initSettings"
9-
},
108
"chatName": {
119
"type": "string"
1210
},
@@ -23,8 +21,5 @@
2321
"allowMessageCopy": "boolean",
2422
"allowAddUser": "boolean"
2523
}
26-
},
27-
"required": [
28-
"type"
29-
]
24+
}
3025
}

0 commit comments

Comments
 (0)