{
    "version": "1.0",
    "lastUpdated": "2025-09-15T12:00:00Z",
    "employer": {
        "name": "Moser Systems",
        "location": {
            "city": "Recherswil",
            "country": "CH"
        },
        "industry": "System Engineering",
        "url": "https://moser-systems.com"
    },
    "jobs": [
        {
            "publishedAt": "2025-08-30",
            "category": "Engineering",
            "title": "Software Engineer",
            "referenceId": "SE-2023-001",
            "applyBefore": "2026-12-31",
            "language": "en",
            "description": "Develop and maintain software applications.",
            "jobType": "permanent",
            "workType": "hybrid",
            "experienceLevel": "mid",
            "workLoad": {
                "minPercentage": 80,
                "maxPercentage": 100
            },
            "tags": ["python", "flask", "backend"],
            "locations":
            [
                {
                    "city": "New York",
                    "country": "US"
                },
                {
                    "city": "San Francisco",
                    "country": "US"
                }
            ],
            "salary": {
                "minAmount": 70000,
                "maxAmount": 120000,
                "currency": "USD",
                "period": "yearly"
            },
            "url": "https://example.com/job/1"
        },
        {
            "publishedAt": "2025-09-01",
            "category": "Engineering",
            "title": "DevOps Engineer",
            "referenceId": "DE-2023-002",
            "applyBefore": "2026-12-31",
            "language": "en",
            "description": "Manage and improve our CI/CD pipelines.",
            "jobType": "permanent",
            "workType": "remote",
            "experienceLevel": "senior",
            "workLoad": {
                "minPercentage": 100,
                "maxPercentage": 100
            },
            "tags": ["aws", "docker", "kubernetes"],
            "locations":
            [
                {
                    "city": "Berlin",
                    "country": "DE"
                }
            ],
            "salary": {
                "minAmount": 80000,
                "maxAmount": 130000,
                "currency": "EUR",
                "period": "yearly"
            },
            "url": "https://example.com/job/2"
        },
        {
            "publishedAt": "2025-09-05",
            "category": "Engineering",
            "title": "Frontend Developer",
            "referenceId": "FD-2023-003",
            "applyBefore": "2026-12-31",
            "language": "en",
            "description": "Create and optimize user interfaces.",
            "jobType": "contract",
            "workType": "on-site",
            "experienceLevel": "junior",
            "workLoad": {
                "minPercentage": 60,
                "maxPercentage": 80
            },
            "tags": ["javascript", "react", "css"],
            "locations":
            [
                {
                    "city": "Zurich",
                    "country": "CH"
                }
            ],
            "salary": {
                "minAmount": 60000,
                "maxAmount": 90000,
                "currency": "CHF",
                "period": "yearly"
            },
            "url": "https://example.com/job/3"
        }
    ]
}
