SourcedJobPostingTaxonomyInput
入力オブジェクト
フィールド
jobTypes [String!]
雇用形態(Full-time、Part-time、Internship、Volunteer、Apprenticeship、またはContractなど)またはSUID。
SUID情報については、Job typesを参照してください。
日本: SUIDのみを使用する必要があります。
categories [String!]
検索とスポンサーシップ用の求人カテゴリ。求人管理および追加詳細(施設や部門など)の表示に推奨されます。
remoteType String
勤務地の柔軟性です 。
Fully Remote- リモート勤務のみで、出社勤務はありませんHybrid Remote- 出社勤務とリモート勤務を組み合わせます
このフィールドでは、求人勤務地は決まりません。
リモート勤務でもハイブリッド勤務でもない求人では、空欄のままにするか、null に設定します。
education String
希望する学歴レベル。
experience String
希望する経験。
occupations [String!]
職種。
attributes [String!]
分類属性(SUIDまたは文字列)。
extractedAttributes SourcedJobPostingExtractedAttributesInput
自動抽出された分類属性。
例
{ "jobTypes": ["xyz789"], "categories": ["xyz789"], "remoteType": "abc123", "education": "xyz789", "experience": "xyz789", "occupations": ["abc123"], "attributes": ["xyz789"], "extractedAttributes": SourcedJobPostingExtractedAttributesInput}