This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "en": { | |
| "translation": { | |
| "NEW_ROLE": "New Role", | |
| "DISCARD_CHANGES": "Discard Changes", | |
| "SAVE": "Save", | |
| "ROLE_INFORMATION": "Role Information", | |
| "ROLE_INFORMATION_ADDITIONAL": "Ut enim ad minim veniam, quis nostrud exercitation ullamco.", | |
| "ROLE_NAME": "Role name", | |
| "ROLE_SAVE": "Role is saved" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "france", | |
| "flag": "\uD83C\uDDEB\uD83C\uDDF7", | |
| "code": "+33" | |
| }, | |
| { | |
| "name": "germany", | |
| "flag": "\uD83C\uDDE9\uD83C\uDDEA", | |
| "code": "+49" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "data": [ | |
| { | |
| "offerId": 112, | |
| "title": "great offer", | |
| "company": { | |
| "companyId": 11, | |
| "accountId": 1, | |
| "name": "x-formation", | |
| "description": "desc x" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "data": { | |
| "offerId": 111, | |
| "essentials": { | |
| "offerId": 111, | |
| "expertise": "REGULAR", | |
| "startDate": null, | |
| "startAsap": true, | |
| "industry": "industry 1", | |
| "teamSize": 5, |