qt-chat-app

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

message_insert.json (351B)


      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     "chat_id",
     21     "content"
     22   ],
     23   "title": "message",
     24   "type": "object"
     25 }