qt-chat-app

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

chat_insert.json (303B)


      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   },
     16   "required": [
     17     "title",
     18     "created_by"
     19   ],
     20   "title": "chat",
     21   "type": "object"
     22 }