File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "employer" : {
3+ "name" : " Acme Corp" ,
4+ "location" : {
5+ "city" : " New York" ,
6+ "country" : " US"
7+ },
8+ "industry" : " Software" ,
9+ "url" : " https://example.com"
10+ },
11+ "vacancies" : [
12+ {
13+ "datePublished" : " 2025-08-30" ,
14+ "jobCategory" : " Engineering" ,
15+ "jobTitle" : " Software Engineer" ,
16+ "jobRef" : " SE-2023-001" ,
17+ "applyBefore" : " 2026-12-31" ,
18+ "language" : " en" ,
19+ "jobDescription" : " Develop and maintain software applications." ,
20+ "jobType" : " permanent" ,
21+ "workType" : " hybrid" ,
22+ "experienceLevel" : " mid" ,
23+ "workLoad" : {
24+ "minPercentage" : 80 ,
25+ "maxPercentage" : 100
26+ },
27+ "tags" : [" python" , " flask" , " backend" ],
28+ "location" : {
29+ "city" : " Amsterdam" ,
30+ "country" : " NL"
31+ },
32+ "jobUrl" : " https://example.com/job/1"
33+ }
34+ ]
35+ }
You can’t perform that action at this time.
0 commit comments