qt-chat-app

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

chat_participation_insert.json (266B)


      1 {
      2   "properties": {
      3     "chat_id": {
      4       "type": "integer"
      5     },
      6     "id": {
      7       "type": "integer"
      8     },
      9     "user_id": {
     10       "type": "string"
     11     }
     12   },
     13   "required": [
     14     "chat_id",
     15     "user_id"
     16   ],
     17   "title": "chat_participation",
     18   "type": "object"
     19 }