Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Aug 14, 2024
2 parents 57e8560 + e8f17ef commit 37e0efe
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions social/chat/group/v0.1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,19 @@
{"$ref": "https://core.schemas.verida.io/base/v0.1.0/schema.json"},
{
"properties": {
"type": {
"title": "Type",
"description": "Type of chat group",
"type": "string",
"enum": [""]
},
"uri": {
"title": "URI",
"type": "string"
},
"newestId": {
"title": "Newest ID",
"type": "string",
"description": "ID of the newest message"
},
"syncData": {
"title": "Sync Data",
"type": "string",
"description": "Data to help co-ordinating the sync of messages in this group"
}
},
"required": ["name"]
Expand Down

0 comments on commit 37e0efe

Please sign in to comment.