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, omit this field or set it to null.
For jobs with seats, a seat may override this with seats[].metadata.taxonomyClassification.remoteType;
the value set here applies to every seat that sets none of its own.
If some seats are remote and others are on-site, leave this field null and set remoteType only on the
remote seats -- a seat cannot clear a remote type it inherits from this field.
A seat whose effective remote type is not Fully Remote must supply a location as usual: a
cityRegionPostal on its seatLocation, or a streetAddress ONLY for jobs with JP as the
country.
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}