Skip to content

Commit

Permalink
Merge pull request #869 from Yannick-Symphony/issue-852
Browse files Browse the repository at this point in the history
make chatInitSettings inherit from Context
  • Loading branch information
mistryvinay authored Mar 22, 2023
2 parents f849c7c + 863436f commit b9efdac
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/context/schemas/chatInitSettings.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"$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"
},
"type": { "const": "fdc3.chat.initSettings" },
"chatName": {
"type": "string"
},
Expand All @@ -23,8 +22,5 @@
"allowMessageCopy": "boolean",
"allowAddUser": "boolean"
}
},
"required": [
"type"
]
}
}

0 comments on commit b9efdac

Please sign in to comment.