Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.56 KB | None | 0 0
  1. {
  2.   "job": {
  3.     "id": 9 <int>,
  4.     "title": "nodejs" <string>,
  5.     "description": "oofdg" <string>,
  6.     "skills": [] <array[string]> ,
  7.     "date_start": "2017-04-24T22:00:00.000Z" <date>,
  8.     "date_end": "2017-05-24T22:00:00.000Z" <date>,
  9.     "img": "" <string>
  10.   },
  11.   "questions": [ <array[Object]>]
  12.     {
  13.       "id": 11 <int>,
  14.       "id_job": 9 <int>,
  15.       "body": "fgdfg" <string>,
  16.       "details": "Answer invcbcvb" <string>
  17.     },
  18.     {
  19.       "id": 12,
  20.       "id_job": 9,
  21.       "body": "fgdfg",
  22.       "details": "Answer invcbcvb"
  23.     }
  24.   ]
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement