SourcedJobPostingTaxonomyInput
Input Object
Fields
jobTypes [String!]
Job types (such as Full-time, Part-time, Internship, Volunteer, Apprenticeship, or Contract) or SUIDs.
For SUID information, see Job types.
Japan: Must use SUIDs only.
categories [String!]
Job categories for search and sponsorship. Recommended for job management and displaying additional details (such as facility or department).
remoteType String
Location flexibility:
Fully Remote- Remote only, no on-site workHybrid Remote- Mix of on-site and remote work
This field does not determine job location.
For non-remote and non-hybrid jobs, leave blank or set to null.
education String
Desired education level.
experience String
Desired experience.
occupations [String!]
Occupation.
attributes [String!]
Taxonomy attributes (SUIDs or strings).
extractedAttributes SourcedJobPostingExtractedAttributesInput
Auto-extracted taxonomy attributes.
Example
{ "jobTypes": ["xyz789"], "categories": ["xyz789"], "remoteType": "abc123", "education": "xyz789", "experience": "xyz789", "occupations": ["abc123"], "attributes": ["xyz789"], "extractedAttributes": SourcedJobPostingExtractedAttributesInput}