Skip to content

Commit

Permalink
more more
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick-Malins committed Nov 10, 2023
1 parent 8ef2f0a commit 4647b4c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions website/static/schemas/2.1/context/chatMessage.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@
"message": {
"title": "Chat message",
"description": "The content of the message to post in the chat when created.",
"anyOf": [
{
"type": "string"
},
{
"$ref": "message.schema.json#"
}
]
"$ref": "message.schema.json#"
}
},
"required": ["type", "chatRoom", "message"]
Expand Down

0 comments on commit 4647b4c

Please sign in to comment.