Skip to content

公司Json模板文件

发表于 2025-03-27
更新于 2025-09-03
阅读量 加载中...
json5
{
  "companyInfo": {
    "companyName": "",
    "foundedYear": "",
    "contact": {
      "phone": "",
      "email": "",
      "website": ""
    },
    "location": {
      "addressLine1": "",
      "addressLine2": "",
      "county": "",
      "cityOrTown": "",
      "state": "",
      "zipCode": ""
    },
    "industry": []
  },
  "staffingAgencyPosition": {
    "jobType": "",
    "usIdentitySupport": "",
    "payStubSupport": "",
    "recruitmentProcess": ""
  },
  "recruiterInformation": [
    {
      "name": "",
      "email": "",
      "wechat": "",
      "linkedin": "",
      "xiaohongshu": ""
    }
  ],
  "training": {
    "content": "",
    "duration": "",
    "cost": "",
    "remoteAllowed": "",
    "location": {
      "addressLine1": "",
      "addressLine2": "",
      "county": "",
      "cityOrTown": "",
      "state": "",
      "zipCode": ""
    },
    "penaltyForTermination": ""
  },
  "marketing": {
    "duration": "",
    "preparation": "",
    "cost": "",
    "remoteAllowed": "",
    "location": {
      "addressLine1": "",
      "addressLine2": "",
      "county": "",
      "cityOrTown": "",
      "state": "",
      "zipCode": ""
    },
    "penaltyForTermination": ""
  },
  "metadata": {
    "lastUpdated": ""
  }
}