qt-chat-app

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

user_chats_read.json (399B)


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