Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.96 KB | None | 0 0
  1. {
  2.     "age": 0,
  3.     "fullName": "Иван Иванов",
  4.     "contactInformation": {
  5.         "emails": [
  6.             "ivanivanov@gmail.com"
  7.         ],
  8.         "phones": [],
  9.         "skypes": [],
  10.         "socialNetworks": [
  11.             "https://vk.com/ivanivanov"
  12.         ]
  13.     },
  14.     "birthDate": "1981-08-08",
  15.     "candidateStatus": "NEW или EMPLOYED",
  16.     "preferredPosition": "Генеральный директор",
  17.     "experience": [
  18.         {
  19.             "workplace": "Сидоров, Петров и партнеры",
  20.             "position": "Старший менеджер",
  21.             "duties": "менеджеринг",
  22.             "startDate": "2012-12-12",
  23.             "endDate": "2018-12-12",
  24.             "currentJob": "true или false, если true, то endDate не заполняем"
  25.         }
  26.     ],
  27.     "education": [
  28.         {
  29.             "institution": "СПбГУ",
  30.             "specialization": "Менеджмент",
  31.             "endDate": "2005-02-12"
  32.         }
  33.     ],
  34.     "languages": [
  35.         {
  36.             "language": {
  37.                 "name": "Английский"
  38.             },
  39.             "languageLevel": {
  40.                 "hhId": "1"
  41.             }
  42.         }
  43.     ]
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement