{
  "name": "hk-salary-data",
  "title": "Hong Kong Monthly Salary Data by Job Title and Experience Level",
  "description": "Monthly salary ranges (HKD) for 20 major job categories in Hong Kong across 4 experience levels (0–2 years, 3–5 years, 6–10 years, 10+ years). Data covers finance, IT, healthcare, education, legal, engineering, marketing, HR, F&B, logistics, property, retail and administrative roles.",
  "version": "1.0.0",
  "created": "2025-01-01",
  "updated": "2025-06-01",
  "licenses": [
    {
      "name": "CC-BY-4.0",
      "title": "Creative Commons Attribution 4.0 International",
      "path": "https://creativecommons.org/licenses/by/4.0/"
    }
  ],
  "sources": [
    {
      "title": "JobFinder 香港",
      "path": "https://www.jobfinder.com.hk",
      "email": "cyis1000@gmail.com"
    }
  ],
  "contributors": [
    {
      "title": "JobFinder 香港",
      "role": "author"
    }
  ],
  "keywords": [
    "salary", "wages", "compensation", "hong kong", "jobs", "employment",
    "HKD", "monthly salary", "job market", "career", "薪酬", "香港"
  ],
  "image": "https://www.jobfinder.com.hk/salary-map/",
  "resources": [
    {
      "name": "hk-salary-data",
      "path": "hk-salary-data.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8",
      "description": "Monthly salary ranges in HKD for 20 job titles across 4 experience levels in Hong Kong",
      "schema": {
        "fields": [
          {
            "name": "job_title_zh",
            "type": "string",
            "title": "職位名稱（中文）",
            "description": "Job title in Traditional Chinese"
          },
          {
            "name": "job_title_en",
            "type": "string",
            "title": "Job Title (English)",
            "description": "Job title in English"
          },
          {
            "name": "category",
            "type": "string",
            "title": "Industry Category",
            "description": "Industry or functional category (bilingual)"
          },
          {
            "name": "experience_level",
            "type": "string",
            "title": "Experience Level",
            "description": "Seniority level: 初級 (Junior) / 中級 (Mid) / 高級 (Senior) / 資深 (Principal/Director)",
            "constraints": {
              "enum": ["初級", "中級", "高級", "資深"]
            }
          },
          {
            "name": "experience_years",
            "type": "string",
            "title": "Years of Experience",
            "description": "Approximate years of relevant experience: 0-2 / 3-5 / 6-10 / 10+"
          },
          {
            "name": "salary_min_hkd",
            "type": "integer",
            "title": "Minimum Monthly Salary (HKD)",
            "description": "Lower bound of monthly salary range in Hong Kong Dollars",
            "constraints": {
              "minimum": 0
            }
          },
          {
            "name": "salary_max_hkd",
            "type": "integer",
            "title": "Maximum Monthly Salary (HKD)",
            "description": "Upper bound of monthly salary range in Hong Kong Dollars",
            "constraints": {
              "minimum": 0
            }
          }
        ],
        "primaryKey": ["job_title_zh", "experience_level"],
        "missingValues": ["", "NA", "N/A"]
      }
    }
  ]
}
