qt-chat-app

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

message_read.json (376B)


      1 {
      2   "properties": {
      3     "chat_id": {
      4       "type": "integer"
      5     },
      6     "content": {
      7       "type": "string"
      8     },
      9     "id": {
     10       "type": "integer"
     11     },
     12     "sender_id": {
     13       "type": "string"
     14     },
     15     "sent_at": {
     16       "type": "string"
     17     }
     18   },
     19   "required": [
     20     "id",
     21     "chat_id",
     22     "content",
     23     "sent_at"
     24   ],
     25   "title": "message",
     26   "type": "object"
     27 }