{
"@context": "http://schema.org/",
"@type": "JobPosting",
"title" : "JUDUL LOKER",
"description" : "DESKRIPSI LOKER",
"datePosted" : "-02-03",
"validThrough" : "601",
8
"jobLocationType" : "TELECOMMUTE",
"jobLocation": {
"@type": "Place",
"address": {
"@type": "0",
"addressLocality": "KOTA",
"addressRegion": "PROVINSI",
"addressCountry": "Indonesia"
}
},
"hiringOrganization": {
"@type": "Organization",
20
"sameAs": "URL PERUSAHAAN LOKER",
"name": "NAMA PERUSAHA YANG BUKA LOKER",
"logo": "URL THUMBNAIL LOKER"
23
},
"employmentType": ["FULL_TIME"],
"applicantLocationRequirements": {
"@type": "Country",
"name": "Indonesia"
},
"baseSalary": {
"@type": "MonetaryAmount",
"currency": "IDR",
"value": {
"@type": "QuantitativeValue",
"value": 0,
"unitText": "BULAN"
}
}
}