const JobPosting = {
    "@context": "https://schema.org/",
    "@type": "JobPosting",
    "title": "",
    "description": "",
    "hiringOrganization": {
        "@type": "Organization",
        "name": ""
    },
    "datePosted": "",
    "validThrough": "",
    "jobLocation": {
        "@type": "Place",
        "address": {
            "@type": "PostalAddress",
            "streetAddress": "",
            "addressLocality": "",
            "postalCode": "",
            "addressCountry": ""
        }
    }
}