Guest User

Untitled

a guest
Jun 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. {
  2. "data": {
  3. "offerId": 111,
  4. "essentials": {
  5. "offerId": 111,
  6. "expertise": "REGULAR",
  7. "startDate": null,
  8. "startAsap": true,
  9. "industry": "industry 1",
  10. "teamSize": 5,
  11. "teamSizeOperator": "LESS",
  12. "openPositions": 2,
  13. "employmentType": "Full-time",
  14. "travel": {
  15. "value": 50
  16. },
  17. "remote": {
  18. "value": 20
  19. },
  20. "officeOpening": [
  21. 7,
  22. 0
  23. ],
  24. "officeClosing": [
  25. 16,
  26. 0
  27. ],
  28. "workingHours": "FLEXIBLE",
  29. "relocationPackage": null
  30. },
  31. "workRules": {
  32. "offerId": 111,
  33. "agile": "scum",
  34. "testing": "junit",
  35. "freedomToChooseTools": false,
  36. "firstDayCommit": false,
  37. "newFeatures": {
  38. "value": 0
  39. },
  40. "maintenance": {
  41. "value": 10
  42. },
  43. "clientSupport": {
  44. "value": 10
  45. },
  46. "documentation": {
  47. "value": 70
  48. },
  49. "meetings": {
  50. "value": 10
  51. },
  52. "issueTracker": "jira",
  53. "internalDocs": false,
  54. "codeReviews": false,
  55. "continousIntegration": false,
  56. "staticCodeAnalysis": false,
  57. "versionControl": "filesystem"
  58. },
  59. "companyRules": {
  60. "offerId": 111,
  61. "evaluation": "every year",
  62. "salaryRaise": "millenial",
  63. "bonus": false,
  64. "projectChange": false,
  65. "managersBetween": 1,
  66. "architectureBy": "boss",
  67. "technologyBy": "god",
  68. "conventionsBy": "you",
  69. "otherRules": "none"
  70. },
  71. "salary": {
  72. "offerId": 111,
  73. "lowerBound": 20000,
  74. "upperBound": 30000,
  75. "type": "MONTHLY",
  76. "currency": "USD"
  77. },
  78. "equipment": {
  79. "offerId": 111,
  80. "macAllowed": false,
  81. "windowsAllowed": false,
  82. "linuxAllowed": true,
  83. "otherSystem": null,
  84. "machine": null,
  85. "screens": null
  86. },
  87. "technologies": [
  88. {
  89. "offerId": 111,
  90. "name": "Java",
  91. "proficiency": {
  92. "value": 100
  93. }
  94. },
  95. {
  96. "offerId": 111,
  97. "name": "PHP",
  98. "proficiency": {
  99. "value": 90
  100. }
  101. },
  102. {
  103. "offerId": 111,
  104. "name": "C++",
  105. "proficiency": {
  106. "value": 50
  107. }
  108. }
  109. ],
  110. "requirements": [
  111. {
  112. "offerId": 111,
  113. "name": "small talk",
  114. "type": "MUST_HAVE"
  115. }
  116. ],
  117. "languages": [
  118. {
  119. "offerId": 111,
  120. "name": "english",
  121. "utilization": {
  122. "value": 100
  123. }
  124. }
  125. ],
  126. "contact": {
  127. "offerId": 111,
  128. "facebookUrl": "fc.com/good",
  129. "twitterUrl": "twit.com/good",
  130. "linkedInUrl": "li.com/good",
  131. "website": "www.example.com/good",
  132. "email": null
  133. },
  134. "holiday": {
  135. "offerId": 111,
  136. "lowerBound": 5,
  137. "upperBound": 10,
  138. "frequency": "YEARLY",
  139. "sickDays": 0
  140. },
  141. "perks": {
  142. "offerId": 111,
  143. "perks": [
  144. "in_house_training",
  145. "in_house_hack_days",
  146. "training_budget",
  147. "conference_budget"
  148. ]
  149. },
  150. "applyProperties": {
  151. "offerId": 111,
  152. "type": "EXTERNAL",
  153. "email": null,
  154. "website": "www.example.com/apply_1"
  155. }
  156. }
  157. }
Add Comment
Please, Sign In to add comment