Skip to content

Commit

Permalink
make chatInitSettings inherit from Context
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick-Malins committed Nov 30, 2022
1 parent f6e5b27 commit a69cef2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/context/schemas/chatInitSettings.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
"$id": "https://fdc3.finos.org/schemas/next/chatInitSettings.schema.json",
"type": "object",
"title": "ChatInitSettings",
"allOf": [{ "$ref": "context.schema.json#" }],
"properties": {
"type": {
"const": "fdc3.chat.initSettings"
},
"chatName": {
"type": "string"
},
Expand All @@ -23,8 +21,5 @@
"allowMessageCopy": "boolean",
"allowAddUser": "boolean"
}
},
"required": [
"type"
]
}
}

0 comments on commit a69cef2

Please sign in to comment.