Skip to content

Commit b9efdac

Browse files
authored
Merge pull request #869 from Yannick-Symphony/issue-852
make chatInitSettings inherit from Context
2 parents f849c7c + 863436f commit b9efdac

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

src/context/schemas/chatInitSettings.schema.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
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-
},
8+
"type": { "const": "fdc3.chat.initSettings" },
109
"chatName": {
1110
"type": "string"
1211
},
@@ -23,8 +22,5 @@
2322
"allowMessageCopy": "boolean",
2423
"allowAddUser": "boolean"
2524
}
26-
},
27-
"required": [
28-
"type"
29-
]
25+
}
3026
}

0 commit comments

Comments
 (0)