SourcedJobPostingTaxonomyInput
入力オブジェクト
フィールド
jobTypes [String!]
雇用形態(Full-time、Part-time、Internship、Volunteer、Apprenticeship、またはContractなど)またはSUID。
SUID情報については、Job typesを参照してください。
日本: SUIDのみを使用する必要があります。
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}