2026-08-24
GraphQLスキーマ変更ログ: 2026-08-24
📘 ドキュメント: GraphQLスキーマおよびGraphQL APIリファレンスを次の変更内容で更新しました:
-
入力オブジェクトタイプ
FindEmployerJobsPartnerFilterInputにタイプ[String!]の入力フィールドjobRequisitionIdを追加しました。 -
タイプ
AddSeatBodyInputの説明を変更しました。変更前:Seat body for adding a seat.変更後:
Body data for a new seat. -
入力フィールド
AddSeatBodyInput.locationの説明を変更しました。変更前:Location for the seat.変更後:
Seat location. -
入力フィールド
AddSeatBodyInput.salaryの説明を変更しました。変更前:Salary for the seat.変更後:
Seat salary. -
タイプ
AddSeatInputの説明を変更しました。変更前:One seat add operation.変更後:
One seat to add. -
入力フィールド
AddSeatInput.bodyの説明を変更しました。変更前:Seat body data.変更後:
Seat body. -
入力フィールド
AddSeatInput.seatPostingIdの説明を変更しました。変更前:Agency-provided identifier for the seat. Must be unique across all seats on the job. Use it in later `updateSeats` and `clearSeats` requests.変更後:
Agency-provided seat ID. Must be unique across all seats on the job. -
タイプ
AddSeatMetadataInputの説明を変更しました。変更前:Seat metadata for adding a seat.変更後:
Metadata for a new seat. -
入力フィールド
AddSeatMetadataInput.taxonomyClassificationの説明を変更しました。変更前:Taxonomy classification for the seat.変更後:
Taxonomy classification. -
入力フィールド
AddSeatMetadataInput.trackingUrlの説明を変更しました。変更前:Tracking URL for the seat.変更後:
Tracking URL. -
入力フィールド
AddSeatMetadataInput.urlの説明を変更しました。変更前:Job URL for the seat.変更後:
Job URL. -
タイプ
AddSeatResultの説明を変更しました。変更前:Result for one seat add operation.変更後:
Result for one seat add. -
フィールド
AddSeatResult.employerJobIdの説明を変更しました。変更前:Base64-encoded IRI of the employer job.変更後:
Employer job ID as a base64-encoded IRI. -
フィールド
AddSeatResult.jobKeyの説明を変更しました。変更前:Encrypted `aggJobId` for the seat. Pass it to `SeatIdentifierInput.jobKey` in `updateSeats` or `clearSeats`.`null` if the seat add failed.変更後:
Encrypted `aggJobId` for the seat returned by [`addSeats`](/api/job/mutations/jobsIngest/addSeats).Pass it to `SeatIdentifierInput.jobKey` in [`updateSeats`](/api/job/mutations/jobsIngest/updateSeats) or [`clearSeats`](/api/job/mutations/jobsIngest/clearSeats).If the seat add failed, the value is null. -
フィールド
AddSeatResult.seatPostingIdの説明を変更しました。変更前:Agency-provided seat identifier.変更後:
Agency-provided seat ID. -
フィールド
AddSeatResult.sourcedPostingIdの説明を変更しました。変更前:UUID form of the employer job ID.変更後:
Employer job ID as a UUID. -
タイプ
AddSeatsInputの説明を変更しました。変更前:`addSeats` input.変更後:
Input for `addSeats`. -
タイプ
AddSeatsPayloadの説明を変更しました。変更前:`addSeats` return type.変更後:
Payload for `addSeats`. -
タイプ
ClearSeatInputの説明を変更しました。変更前:One seat clear operation.変更後:
One seat to remove. -
入力フィールド
ClearSeatInput.seatIdentifierの説明を変更しました。変更前:Seat to remove. Provide one field.変更後:
Seat to remove. Provide one field. -
タイプ
ClearSeatResultの説明を変更しました。変更前:Result for one seat clear operation.変更後:
Result for one seat clear. -
フィールド
ClearSeatResult.employerJobIdの説明を変更しました。変更前:Base64-encoded IRI of the employer job.変更後:
Employer job ID as a base64-encoded IRI. -
フィールド
ClearSeatResult.jobKeyの説明を変更しました。変更前:Encrypted `aggJobId` for the seat.変更後:
Encrypted `aggJobId` for the seat returned by [`addSeats`](/api/job/mutations/jobsIngest/addSeats).Pass it to `SeatIdentifierInput.jobKey` in [`updateSeats`](/api/job/mutations/jobsIngest/updateSeats) or [`clearSeats`](/api/job/mutations/jobsIngest/clearSeats).If the seat add failed, the value is null. -
フィールド
ClearSeatResult.seatPostingIdの説明を変更しました。変更前:Agency-provided seat identifier.変更後:
Agency-provided seat ID. -
フィールド
ClearSeatResult.sourcedPostingIdの説明を変更しました。変更前:UUID form of the employer job ID.変更後:
Employer job ID as a UUID. -
タイプ
ClearSeatsInputの説明を変更しました。変更前:`clearSeats` input.変更後:
Input for `clearSeats`. -
入力フィールド
ClearSeatsInput.seatRemovalsの説明を変更しました。変更前:Seat removals to process. Accepts one item.変更後:
Seat removals to process. Accepts one item. -
タイプ
ClearSeatsPayloadの説明を変更しました。変更前:`clearSeats` return type.変更後:
Payload for `clearSeats`. -
タイプ
ClearSourcedJobPostingUpdateInputの説明を変更しました。変更前:Clears updates from `updateSourcedJobPostings`.Not atomic. Errors can partially clear updates.変更後:
One job posting with updates from `updateSourcedJobPostings` to clear. Not atomic. Errors can partially clear updates. -
入力フィールド
ClearSourcedJobPostingUpdateInput.sourcedPostingIdの説明を変更しました。変更前:Job post UUID from `createSourcedJobPostings`, or employer job ID as a UUID or base64-encoded [`EmployerJob`](/api/job/objects/EmployerJob) [IRI](/getstarted/iris).変更後:
Job post UUID from `createSourcedJobPostings`. Also accepts an employer job ID as a UUID or a base64-encoded [`EmployerJob`](/api/job/objects/EmployerJob) [IRI](/integration-basics/graphql-at-indeed/iris). -
タイプ
ClearSourcedJobPostingUpdateResultの説明を変更しました。変更前:Return type for each `clearJobPostingUpdates` result.変更後:
Result for one `clearSourcedJobPostingUpdates` operation. -
フィールド
ClearSourcedJobPostingUpdateResult.jobPostingの説明を変更しました。変更前:The cleared job posting, or null if nothing was cleared.変更後:
Cleared job posting. If nothing was cleared, null. -
タイプ
ClearSourcedJobPostingUpdatesInputの説明を変更しました。変更前:`clearSourcedJobPostingUpdates` input.変更後:
Input for `clearSourcedJobPostingUpdates`. -
タイプ
ClearSourcedJobPostingUpdatesPayloadの説明を変更しました。変更前:Return type for `clearSourcedJobPostingUpdates`.変更後:
Payload for `clearSourcedJobPostingUpdates`. -
フィールド
ClearSourcedJobPostingUpdatesPayload.resultsの説明を変更しました。変更前:Results for each clear operation.Array items are never null, but `jobPosting` can be null if nothing was cleared.変更後:
Results for each clear. Array items are never null.If nothing was cleared, `jobPosting` can be null. -
入力フィールド
ConditionConstraintInput.valuesの説明を変更しました。変更前:Values that satisfy the condition when the id question matches.変更後:
Values that satisfy the condition when that question matches. -
タイプ
CreateSourcedJobPostingResultの説明を変更しました。変更前:Intermediary type. A null `jobPosting` indicates a creation error. The GraphQL `errors` object shows the problem by index.変更後:
Intermediary type. If a creation error occurs, `jobPosting` is null.The GraphQL `errors` array shows the problem by index. -
フィールド
CreateSourcedJobPostingsPayload.resultsの説明を変更しました。変更前:Return type for each job posting in `createSourcedJobPostings`. Array values cannot be null, but `jobPosting` can be null if rejected. See the `errors` object for details.変更後:
Result for each job posting in `createSourcedJobPostings`.Array entries cannot be null. If Indeed rejects the job, `jobPosting` can be null.See the GraphQL `errors` array for details. -
入力フィールド
DateQuestionInput.conditionの説明を変更しました。変更前:Conditional question. Depends on a previous answer. Specify the previous question ID and activating option value.Example: if applicant answers yes to military service, show a follow-up question about branch of service.変更後:
Show this question only when a previous answer matches. Set the previous question ID and the value that activates this question.**Example**: If the applicant answers yes to military service, show a follow-up about branch of service. -
入力フィールド
DateQuestionInput.formatの説明を変更しました。変更前:Requires `dd/MM/yyyy` format or Unicode CLDR locale-specific format. Uses `SimpleDateFormat`.Use `MM` for month (`mm` causes errors).Format affects ATS data transfer and min/max parsing. Job seekers enter dates in their locale format.Use `yyyy` for year (`yy` causes confusion).変更後:
Use `dd/MM/yyyy` or a Unicode CLDR locale format. Indeed uses `SimpleDateFormat`.Use `MM` for month (`mm` causes errors). Use `yyyy` for year (`yy` can confuse job seekers).The format affects ATS data transfer and min/max parsing. Job seekers enter dates in their locale format. -
入力フィールド
DateQuestionInput.requiredの説明を変更しました。変更前:`true`: question is required. Unanswered optional questions return `"` (empty string). Default: `false`.変更後:
If `true`, the question is required. Unanswered optional questions return `"`. Default: `false`. -
入力フィールド
DateQuestionQualificationInput.rangeの説明を変更しました。変更前:Evaluation method: `range`. Answers must fall within the defined min/max values.変更後:
Range evaluation. The answer must fall between the min and max values. -
入力フィールド
DateQuestionQualificationInput.typeの説明を変更しました。変更前:Qualification type affecting the application in Indeed Apply.変更後:
How the qualification affects the Indeed Apply application. -
入力フィールド
DateScreenerQuestionInput.qualificationの説明を変更しました。変更前:Qualification criterion for job requirements. Applicants must meet employer-defined conditions.Non-blocking: all applications delivered regardless of meeting criteria.変更後:
Qualification for this question. Indeed still delivers applications that do not meet the criterion (`NON_BLOCKING`). -
タイプ
DateTimeの説明を変更しました。変更前:Date with time (isoformat)変更後:
Datetime as [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339). -
入力フィールド
DecimalTextQuestionInput.conditionの説明を変更しました。変更前:Conditional question. Depends on a previous answer. Specify the previous question ID and activating option value.Example: if applicant answers yes to military service, show a follow-up question about branch of service.変更後:
Show this question only when a previous answer matches. Set the previous question ID and the value that activates this question.**Example**: If the applicant answers yes to military service, show a follow-up about branch of service. -
入力フィールド
DecimalTextQuestionInput.requiredの説明を変更しました。変更前:`true`: question is required. Unanswered optional questions return `"` (empty string). Default: `false`.変更後:
If `true`, the question is required. Unanswered optional questions return `"`. Default: `false`. -
入力フィールド
DecimalTextScreenerQuestionInput.qualificationの説明を変更しました。変更前:Qualification criterion for job requirements. Applicants must meet employer-defined conditions.Non-blocking: all applications delivered regardless of meeting criteria.変更後:
Qualification for this question. Indeed still delivers applications that do not meet the criterion (`NON_BLOCKING`). -
タイプ
DemographicQuestionsBodyInputの説明を変更しました。変更前:Questions about the applicants protected class (ethnicity, gender, disability). Some jurisdictions regulate these questions, requiring special handling by Indeed and your systems.Demographic questions are limited to U.S.-based jobs for EEO compliance.Do not mix general screener questions here. Place work experience, skills, or certification questions in [`ScreenerQuestionBodyInput`](/api/job/objects/ScreenerQuestionBodyInput).`screenerQuestions` field.変更後:
Questions about a protected class, such as ethnicity, gender, or disability.Some jurisdictions regulate these questions. Indeed and your systems must handle them separately.Limited to U.S. jobs for EEO compliance.Do not include general screener questions here.Put work experience, skills, or certification questions in [`screenerQuestions`](/api/job/objects/ScreenerQuestionBodyInput). -
入力フィールド
DemographicQuestionsBodyInput.dateの説明を変更しました。変更前:Date question. Displays as date text field.Requires `dd/MM/yyyy` format or Unicode CLDR locale-specific format. Uses `SimpleDateFormat`.Use `MM` for month (`mm` causes errors). Use `yyyy` for year (`yy` causes confusion).Format affects ATS data transfer and min/max parsing. Job seekers enter dates in their locale format.変更後:
Date question. Shows a date field.Use `dd/MM/yyyy` or a Unicode CLDR locale format. Indeed uses `SimpleDateFormat`.Use `MM` for month (`mm` causes errors). Use `yyyy` for year (`yy` can confuse job seekers).The format affects ATS data transfer and min/max parsing. Job seekers enter dates in their locale format. -
入力フィールド
DemographicQuestionsBodyInput.informationの説明を変更しました。変更前:Display-only text for explanations or section headings. No response required.See [information](https://docs.indeed.com/indeed-apply/screener-questions#information).変更後:
Display-only text for explanations or section headings. Job seekers do not answer.See [information](https://docs.indeed.com/indeed-apply/screener-questions#information). -
入力フィールド
DemographicQuestionsBodyInput.multiselectの説明を変更しました。変更前:Multiple-answer question. Displays as checkboxes.変更後:
Multiple-answer question. Shows checkboxes. -
入力フィールド
DemographicQuestionsBodyInput.pageBreakの説明を変更しました。変更前:Groups questions on a page. Questions between pagebreaks appear together.Maximum: 20 questions per page.Default: 3 per page (desktop), all on one page (mobile).変更後:
Groups questions on a page. Questions between page breaks appear together.Maximum: 20 questions per page.Default: 3 per page on desktop, all on one page on mobile. -
入力フィールド
DemographicQuestionsBodyInput.selectの説明を変更しました。変更前:Multiple-choice question. Single answer only.1-5 answers: radio buttons. 6+ answers: dropdown list.変更後:
Multiple-choice question. Job seekers select one answer.1–5 options: radio buttons. 6 or more: dropdown. -
入力フィールド
DemographicQuestionsBodyInput.textの説明を変更しました。変更前:Short-answer question. Displays as single-line text field.Formats: `integer`, `decimal`, `numeric_text`. See [JSON questions parameters](https://docs.indeed.com/indeed-apply/screener-questions#json-questions-parameters).変更後:
Short answer. Shows a single-line text field.Formats: `integer`, `decimal`, `numeric_text`.See [JSON questions parameters](https://docs.indeed.com/indeed-apply/screener-questions#json-questions-parameters). -
入力フィールド
DemographicQuestionsBodyInput.textareaの説明を変更しました。変更前:Long-form answer question. Displays as multi-line text field.変更後:
Long-form answer. Shows a multi-line text field. -
タイプ
EmployerJobIdentifierInputの説明を変更しました。変更前:Identifies the employer job. Provide exactly one field: `sourcedPostingId` as a UUID, or `employerJobId` as a base64-encoded IRI.変更後:
Identifies the employer job. Provide exactly one field: `sourcedPostingId` as a UUID, or `employerJobId` as a base64-encoded IRI. -
入力フィールド
EmployerJobIdentifierInput.employerJobIdの説明を変更しました。変更前:Base64-encoded IRI from `EmployerJob`. Accepts values from `createSourcedJobPostings` or `EmployerJob`.変更後:
Base64-encoded IRI from `EmployerJob`. Accepts values from `createSourcedJobPostings` or `EmployerJob`. -
タイプ
ExpireSourcedJobBySourcedPostingIdInputの説明を変更しました。変更前:Input containing Indeed Employer Job ID.変更後:
Input containing Indeed Employer job ID. -
入力フィールド
ExpireSourcedJobBySourcedPostingIdInput.sourcedPostingIdの説明を変更しました。変更前:Indeed Employer Job ID (UUID4). Generated for each job posting.Returned in the job creation response. Use to expire the job.変更後:
Indeed Employer job ID (UUID4). Generated for each job posting.Returned in the job creation response. Use to expire the job. -
フィールド
ExpireSourcedJobResult.inputDataの説明を変更しました。変更前:Input values for this result. Is null on error.変更後:
Input values for this result. Null on error. -
フィールド
ExpireSourcedJobsBySourcedPostingIdPayload.resultsの説明を変更しました。変更前:Input for `expireSourcedJobsBySourcedPostingId` mutation.変更後:
Expiration results. -
入力フィールド
FileQuestionInput.conditionの説明を変更しました。変更前:Conditional question. Depends on a previous answer. Specify the previous question ID and activating option value.Example: if applicant answers yes to military service, show a follow-up question about branch of service.変更後:
Show this question only when a previous answer matches. Set the previous question ID and the value that activates this question.**Example**: If the applicant answers yes to military service, show a follow-up about branch of service. -
入力フィールド
FileQuestionInput.requiredの説明を変更しました。変更前:`true`: question is required. Unanswered optional questions return `"` (empty string). Default: `false`.変更後:
If `true`, the question is required. Unanswered optional questions return `"`. Default: `false`. -
入力フィールド
FreeformTextQuestionInput.conditionの説明を変更しました。変更前:Conditional question. Depends on a previous answer. Specify the previous question ID and activating option value.Example: if applicant answers yes to military service, show a follow-up question about branch of service.変更後:
Show this question only when a previous answer matches. Set the previous question ID and the value that activates this question.**Example**: If the applicant answers yes to military service, show a follow-up about branch of service. -
入力フィールド
FreeformTextQuestionInput.requiredの説明を変更しました。変更前:`true`: question is required. Unanswered optional questions return `"` (empty string). Default: `false`.変更後:
If `true`, the question is required. Unanswered optional questions return `"`. Default: `false`. -
入力フィールド
FreeformTextQuestionInput.validationRuleKeyの説明を変更しました。変更前:Optional key referencing an external validation rule. Enforced on the job seekers answer at apply time. Unknown keys are rejected at ingestion.変更後:
Optional key for an external validation rule. Indeed enforces it on the job seekers answer at apply time. Unknown keys fail ingestion. -
タイプ
HideFromIndeedSearchInputの説明を変更しました。変更前:Input that controls whether the job posting appears in Indeed search. Reason codes:- `CONFIDENTIAL_JOB`: Confidential job postings that should not appear in Indeed search.Example: An employer discreetly replacing a role hides the posting from Indeed search while using targeted channels (AutoSourcer, I2A, Smart Sourcing, or off-Indeed outreach).- `TALENT_POOL`: Jobs not currently open that build a candidate pool for future openings. These postings should not appear in Indeed search.Example: A company planning to expand next quarter creates a talent pool posting to gather candidates before positions become available.- `OPT_OUT`: Rare or exceptional cases where jobs are hidden from Indeed search for reasons not covered by other codes. Not for general opt-out or policy circumvention. Always discuss with your partner manager in advance.変更後:
Input that controls whether the job posting appears in Indeed search. Reason codes:- `CONFIDENTIAL_JOB`: Hide a confidential posting from Indeed search.**Example**: An employer replacing a role privately hides the posting from search and uses targeted recruiting channels instead.- `TALENT_POOL`: Hide a posting that is not currently open. Use it to build a candidate pool for future openings.**Example**: A company planning to expand next quarter collects candidates before the roles open.- `OPT_OUT`: Hide a posting for a rare case that the other codes do not cover. Do not use this for a general opt-out or to bypass policy. Discuss with your partner manager first. -
入力フィールド
HierarchicalOptionInput.conditionの説明を変更しました。変更前:Conditional question. Depends on a previous answer. Specify the previous question ID and activating option value.Example: if applicant answers yes to military service, show a follow-up question about branch of service.変更後:
Show this question only when a previous answer matches. Set the previous question ID and the value that activates this question.**Example**: If the applicant answers yes to military service, show a follow-up about branch of service. -
入力フィールド
HierarchicalQuestionInput.conditionの説明を変更しました。変更前:Conditional question. Depends on a previous answer. Specify the previous question ID and activating option value.Example: if applicant answers yes to military service, show a follow-up question about branch of service.変更後:
Show this question only when a previous answer matches. Set the previous question ID and the value that activates this question.**Example**: If the applicant answers yes to military service, show a follow-up about branch of service. -
入力フィールド
HierarchicalQuestionInput.hierarchicalOptionsの説明を変更しました。変更前:Displays follow-up questions based on previous answers. Example: select state, then show cities in that state.Limited to 3 levels.変更後:
Follow-up questions based on a previous answer.**Example**: Select a state, then show cities in that state.Limited to 3 levels. -
入力フィールド
HierarchicalQuestionInput.requiredの説明を変更しました。変更前:`true`: question is required. Unanswered optional questions return `"` (empty string). Default: `false`.変更後:
If `true`, the question is required. Unanswered optional questions return `"`. Default: `false`. -
タイプ
IndeedApplyConfigurationResumeFieldの説明を変更しました。変更前:Resume field requirement values. See [Indeed Resume JSON object fields](https://docs.indeed.com/indeed-apply/application-data#indeed-resume-json-object-fields).変更後:
Resume field requirement values.See [Indeed Resume JSON object fields](https://docs.indeed.com/indeed-apply/application-data#indeed-resume-json-object-fields). -
入力フィールド
IndeedApplyQuestionsDetailsInput.questionsの説明を変更しました。変更前:Indeed Apply screener questionnaire definition (V1.x standard). See [documentation](https://docs.indeed.com/indeed-apply/screener-questions).変更後:
Indeed Apply screener questionnaire definition (V1.x standard).See [documentation](https://docs.indeed.com/indeed-apply/screener-questions). -
入力フィールド
IndeedApplyScreenerQuestionsDefinitionInput.demographicQuestionsの説明を変更しました。変更 前:Demographic questions relate to protected class information (ethnicity, gender, disability).Some jurisdictions regulate these questions. Indeed and your systems must handle them specially.Limited to U.S. jobs for EEO compliance.Do not include job-related questions (work experience, skills, certifications). Use `screenerQuestions` for those.変更後:
Questions about a protected class, such as ethnicity, gender, or disability.Some jurisdictions regulate these questions. Indeed and your systems must handle them separately.Limited to U.S. jobs for EEO compliance.Do not include job-related questions about work experience, skills, or certifications.Put those in [`screenerQuestions`](/api/job/objects/ScreenerQuestionBodyInput). -
入力フィールド
IndeedApplyScreenerQuestionsDefinitionInput.screenerQuestionsの説明を変更しました。変更前:Job-related questions about experience, skills, and certifications.Do not include demographic questions (ethnicity, gender, disability).Some jurisdictions regulate protected class questions. Require special handling.変更後:
Job-related questions about experience, skills, and certifications.Do not include demographic questions about ethnicity, gender, or disability.Some jurisdictions regulate protected-class questions. Handle those questions separately. -
入力フィールド
InformationQuestionInput.conditionの説明を変更しました。変更前:Conditional question. Depends on a previous answer. Specify the previous question ID and activating option value.Example: if applicant answers yes to military service, show a follow-up question about branch of service.変更後:
Show this question only when a previous answer matches. Set the previous question ID and the value that activates this question.**Example**: If the applicant answers yes to military service, show a follow-up about branch of service. -
入力フィールド
IntegerTextQuestionInput.conditionの説明を変更しました。変更前:Conditional question. Depends on a previous answer. Specify the previous question ID and activating option value.Example: if applicant answers yes to military service, show a follow-up question about branch of service.変更後:
Show this question only when a previous answer matches. Set the previous question ID and the value that activates this question.**Example**: If the applicant answers yes to military service, show a follow-up about branch of service. -
入力フィールド
IntegerTextQuestionInput.requiredの説明を変更しました。変更前:`true`: question is required. Unanswered optional questions return `"` (empty string). Default: `false`.変更後:
If `true`, the question is required. Unanswered optional questions return `"`. Default: `false`. -
入力フィールド
IntegerTextScreenerQuestionInput.qualificationの説明を変更しました。変更前:Qualification criterion for job requirements. Applicants must meet employer-defined conditions.Non-blocking: all applications delivered regardless of meeting criteria.変更後:
Qualification for this question. Indeed still delivers applications that do not meet the criterion (`NON_BLOCKING`). -
オブジェクトタイプ
JobsIngestMutationsの説明は次のとおりです:Job ingest mutations. -
フィールド
JobsIngestMutations.addSeatsの引数inputの説明を変更しました。変更前:null変更後:
Seat-add input. -
フィールド
JobsIngestMutations.clearSeatsの説明を変更しました。変更前:Clears or expires seats from a job.変更後:
Clears or expires seats on a job. -
フィールド
JobsIngestMutations.clearSeatsの引数inputの説明を変更しました。変更前:null変更後:
Seat-clear input. -
フィールド
JobsIngestMutations.clearSourcedJobPostingUpdatesの引数inputの説明を変更しました。変更前:null変更後:
Clear-updates input. -
フィ ールド
JobsIngestMutations.createSourcedJobPostingsの説明を変更しました。変更前:Submits a job posting to Indeed.Success indicates Indeed received the job. Jobs are indexed within minutes to hours after spam and fraud detection.Rejected jobs have null `aggregationId` with an error in the GraphQL `errors` object.変更後:
Submits a job posting to Indeed.Success indicates Indeed received the job.Jobs are indexed within minutes to hours after spam and fraud detection.Rejected jobs have `aggregationId` set to null and an error in the GraphQL `errors` array. -
フィールド
JobsIngestMutations.updateSeatsの引数inputの説明を変更しました。変更前:null変更後:
Seat-update input. -
フィールド
JobsIngestMutations.updateSourcedJobPostingsの説明を変更しました。変更前:Updates a sourced job. You must claim the job source before calling this mutation. Only one update is allowed per call.変更後:
Updates a sourced job. Claim the job source before calling this mutation. One update per call. -
フィールド
JobsIngestMutations.updateSourcedJobPostingsの引数inputの説明を変更しました。変更前:null変更後:
Job posting update input. -
enum値
MatchStrategy.ALLの説明を変更しました。変更前:Answer must match all provided values.変更後:
The answer must match all provided values. -
enum値
MatchStrategy.ANYの説明を変更しました。変更前:Answer can match any provided value.変更後:
The answer can match any provided value. -
入力フィールド
MultiSelectQualificationQuestionInput.matchの説明を変更しました。変更前:Evaluation method: match.変更後:
Match evaluation. -
入力フィールド
MultiSelectQualificationQuestionInput.typeの説明を変更しました。変更前:Qualification type affecting the application in Indeed Apply.変更後:
How the qualification affects the Indeed Apply application. -
入力フィールド
MultifieldQuestionInput.addButtonLabelの説明を変更しました。変更前:Label on the Add another button (e.g., Add Another Job).変更後:
Label on the add button. For example, `Add Another Job`. -
入力フィールド
MultifieldQuestionInput.conditionの説明を変更しました。変更前:Conditional question. Depends on a previous answer. Specify the previous question ID and activating option value.変更後:
Show this question only when a previous answer matches. Set the previous question ID and the value that activates this question. -
入力フィールド
MultifieldQuestionInput.groupLabelの説明を変更しました。変更前:Label shown above each entry group (e.g., Work Experience).変更後:
Label above each entry group. For example, `Work Experience`. -
入力フィールド
MultifieldQuestionInput.groupedQuestionFieldsの説明を変更しました。変更前:Sub-questions repeated for each entry. Supports any `ScreenerQuestionBodyInput` variant **except** another `multifield` (rejected by validation).変更後:
Sub-questions repeated for each entry. Any `ScreenerQuestionBodyInput` variant except another `multifield`. Validation rejects nested `multifield`. -
入力フィールド
MultifieldQuestionInput.maxEntryCountの説明を変更し ました。変更前:Maximum number of entries the jobseeker may submit. Must be >= `minEntryCount`. Defaults to 15 when omitted.変更後:
Maximum number of entries the job seeker can submit. Must be greater than or equal to `minEntryCount`. Default: `15`. -
入力フィールド
MultifieldQuestionInput.minEntryCountの説明を変更しました。変更前:Minimum number of entries the jobseeker must submit. 0 means optional. Defaults to 1 when omitted.変更後 :
Minimum number of entries the job seeker must submit. `0` means optional. Default: `1`. -
タイプ
MultiselectQuestionInputの説明を変更しました。変更前:<!--NOTE: the following fields should be added in the future as part of the 1.1, 1.2 and 1.3 IA update# If set, configures the minimum amount of options that can be selected`minSelectionCount`: Int# If set, configures the maximum amount of options that can be selected`maxSelectionCount`: Int-->変更後:
Multiple-answer question. -
入力フィールド
MultiselectQuestionInput.conditionの説明を変更しました。変更前:Conditional question. Depends on a previous answer. Specify the previous question ID and activating option value.Example: if applicant answers yes to military service, show a follow-up question about branch of service.変更後:
Show this question only when a previous answer matches. Set the previous question ID and the value that activates this question.**Example**: If the applicant answers yes to military service, show a follow-up about branch of service. -
入力フィールド
MultiselectQuestionInput.requiredの説明を変更しました。変更前:`true`: question is required. Unanswered optional questions return `"` (empty string). Default: `false`.変更後:
If `true`, the question is required. Unanswered optional questions return `"`. Default: `false`. -
入力フィールド
MultiselectScreenerQuestionInput.qualificationの説明を変更しました。変更前:Qualification criterion for job requirements. Applicants must meet employer-defined conditions.Non-blocking: all applications delivered regardless of meeting criteria.変更後:
Qualification for this question. Indeed still delivers applications that do not meet the criterion (`NON_BLOCKING`). -
入力フィールド
NumericTextQuestionInput.conditionの説明を変更しました。変更前:Conditional question. Depends on a previous answer. Specify the previous question ID and activating option value.Example: if applicant answers yes to military service, show a follow-up question about branch of service.変更後:
Show this question only when a previous answer matches. Set the previous question ID and the value that activates this question.**Example**: If the applicant answers yes to military service, show a follow-up about branch of service. -
入力フィールド
NumericTextQuestionInput.requiredの説明を変更しました。変更前:`true`: question is required. Unanswered optional questions return `"`.変更後:
If `true`, the question is required. Unanswered optional questions return `"`. Default: `false`. -
入力フィールド
NumericTextQuestionInput.validationRuleKeyの説明を変更しました。変更前:Optional key referencing an external validation rule. Enforced on the job seekers answer at apply time. Unknown keys are rejected at ingestion.変更後:
Optional key for an external validation rule. Indeed enforces it on the job seekers answer at apply time. Unknown keys fail ingestion. -
入力フィールド
QualificationMatchAnyTextConfigurationInput.valuesの説明を変更しました。変更前:Values applicant must match.変更後:
Values the applicant must match. -
入力フィールド
QualificationMultiValueTextMatchConfigurationInput.typeの説明を変更しました。変更前:Whether answer must match any or all provided values.変更後:
Whether the answer must match any or all provided values. -
入力フィールド
QualificationMultiValueTextMatchConfigurationInput.valuesの説明を変更しました。変更前:Values applicant must match.変更後:
Values the applicant must match. -
enum値
QuestionQualificationImplicationType.NON_BLOCKINGの説明を変更しました。変更前:Applicant proceeds even if answer does not meet qualification. Application is delivered.変更後:
The applicant can continue if the answer does not meet the qualification. Indeed still delivers the application. -
タイプ
ScreenerQuestionBodyInputの説明を変更しました。変更前:Questions about work experience, skills, or certifications. Do not include demographic questions (ethnicity, gender, disability) here. Some jurisdictions regulate protected class questions, requiring special handling. Place demographic questions in the [`demographicQuestions`](/api/job/objects/DemographicQuestionsBodyInput) field.変更後:
Questions about work experience, skills, or certifications.Do not include demographic questions about ethnicity, gender, or disability.Some jurisdictions regulate protected-class questions. Handle those questions separately.Put demographic questions in [`demographicQuestions`](/api/job/objects/DemographicQuestionsBodyInput). -
入力フィールド
ScreenerQuestionBodyInput.dateの説明を変更しました。変更前:Date question. Displays as date text field.Requires dd/MM/yyyy format or Unicode CLDR locale-specific format. Uses `SimpleDateFormat`.Use `MM` for month (`mm` causes errors).Format affects ATS data transfer and min/max parsing. Job seekers enter dates in their locale format.Use `yyyy` for year (`yy` causes confusion).変更後:
Date question. Shows a date field.Use `dd/MM/yyyy` or a Unicode CLDR locale format. Indeed uses `SimpleDateFormat`.Use `MM` for month (`mm` causes errors). Use `yyyy` for year (`yy` can confuse job seekers).The format affects ATS data transfer and min/max parsing. Job seekers enter dates in their locale format. -
入力フィールド
ScreenerQuestionBodyInput.fileの説明を変更しました。変更前:File upload question for certifications, portfolios, or work samples. Displays as file upload field.JSON POST response fields: `contentType`, `data`, `fileName`.Valid file types: doc, docx, gif, jfif, jif, jpe, jpeg, jpg, pdf, png, rtf, tif, tiff, txt変更後:
File upload for certifications, portfolios, or work samples.JSON `POST` response fields: `contentType`, `data`, `fileName`.Valid file types: `doc`, `docx`, `gif`, `jfif`, `jif`, `jpe`, `jpeg`, `jpg`, `pdf`, `png`, `rtf`, `tif`, `tiff`, `txt` -
入力フィールド
ScreenerQuestionBodyInput.hierarchicalの説明を変更しました。変更前:Shows follow-up questions based on previous answers. Example: select state, then show cities in that state.Limited to 3 levels (that is, state → city → county).Similar to conditional questions, but better when initial selection defines subsequent options.Reduces total questions needed.変更後:
Follow-up questions based on a previous answer.**Example**: Select a state, then show cities in that state.Limited to 3 levels (for example, state → city → county).Similar to conditional questions. Prefer this when the first selection defines the next options. This reduces the number of questions. -
入力フィールド
ScreenerQuestionBodyInput.informationの説明を変更しました。変更前:Display-only text for explanations or section headings. No response required.See [information](https://docs.indeed.com/indeed-apply/screener-questions#information).変更後:
Display-only text for explanations or section headings. Job seekers do not answer.See [information](https://docs.indeed.com/indeed-apply/screener-questions#information). -
入力フィールド
ScreenerQuestionBodyInput.multifieldの説明を変更しました。変更前:Multi-Field question. Groups a fixed set of sub-questions that the jobseeker can submit multiple times — e.g., enter Work Experience for each previous job.Reduces the need for chains of conditional Do you have more to add? questions. Allowed only in screener questions. Cannot be nested (no MULTIFIELD inside a MULTIFIELDs groupedQuestionFields).変更後:
Multi-field question.Groups a fixed set of sub-questions that the job seeker can submit more than once. For example, enter work experience for each previous job.This reduces the need for conditional “Do you have more to add?” question chains. Use it only in screener questions.Do not nest it. A `MULTIFIELD` cannot appear inside another `MULTIFIELD` `groupedQuestionFields`.' -
入力フィールド
ScreenerQuestionBodyInput.multiselectの説明を変更しました。変更前:Multiple-answer question. Displays as checkboxes.変更後:
Multiple-answer question. Shows checkboxes. -
入力フィールド
ScreenerQuestionBodyInput.pageBreakの説明を変更しました。変更前:Groups questions on a page. Questions between pagebreaks appear together.Maximum: 20 questions per page. Default: 3 per page (desktop), all on one page (mobile).変更後:
Groups questions on a page. Questions between page breaks appear together.Maximum: 20 questions per page. Default: 3 per page on desktop, all on one page on mobile. -
入力フィールド
ScreenerQuestionBodyInput.selectの説明を変更しました。変更前:Multiple-choice question. Single answer only.1-5 answers: radio buttons.6+ answers: dropdown list.変更後:
Multiple-choice question. Job seekers select one answer.1–5 options: radio buttons. 6 or more: dropdown. -
入力フィールド
ScreenerQuestionBodyInput.textの説明を変更しました。変更前:Short answer question. Displays as single-line text field.Formats: integer, decimal, numeric_text.See [JSON questions parameters](https://docs.indeed.com/indeed-apply/screener-questions#json-questions-parameters).変更後:
Short answer. Shows a single-line text field.Formats: `integer`, `decimal`, `numeric_text`.See [JSON questions parameters](https://docs.indeed.com/indeed-apply/screener-questions#json-questions-parameters). -
入力フィールド
ScreenerQuestionBodyInput.textareaの説明を変更しました。変更前:Long-form answer question. Displays as multi-line text field.変更後:
Long-form answer. Shows a multi-line text field. -
入力フィールド
SeatIdentifierInput.jobKeyの説明を変更しました。変更前:Encrypted `jobPostId` for the seats `JobPost`. Returned by `addSeats` and also available on `EmployerJobSeatMetaData`.変更後:
Encrypted `aggJobId` for the seat returned by [`addSeats`](/api/job/mutations/jobsIngest/addSeats).Pass it to `SeatIdentifierInput.jobKey` in [`updateSeats`](/api/job/mutations/jobsIngest/updateSeats) or [`clearSeats`](/api/job/mutations/jobsIngest/clearSeats).If the seat add failed, the value is null.' -
タイプ
SeatJobPostingSalaryInputの説明を変更しました。変更前:Salary for a seat. Use `maximumMinor` and `minimumMinor` for a range. For a fixed salary, set both fields to the same value.変更後:
Salary for a seat. Use `maximumMinor` and `minimumMinor` for a range. For a fixed salary, set both to the same value. -
入力フィールド
SeatLocationInput.countryの説明を変更しました。変更前:Country code. See [Supported language codes, country codes, and locales](https://docs.indeed.com/api/job/objects/CreateSourcedJobPostingInput#language-codes-and-locales).変更後:
Country code. See [Supported language codes, country codes, and locales](https://docs.indeed.com/api/job/objects/CreateSourcedJobPostingInput#language-codes-and-locales). -
入力フィールド
SeatLocationInput.latitudeの説明を変更しました。変更前:Latitude for the job location.変更後:
Latitude. -
入力フィールド
SeatLocationInput.longitudeの説明を変更しました。変更前:Longitude for the job location.変更後:
Longitude. -
入力フィールド
SeatLocationInput.streetAddressの説明を変更しました。変更前:Street address. Example: `1600 Pennsylvania Ave`.変更後:
Street address. Example: `1600 Pennsylvania Ave`. -
入力フィールド
SeatTaxonomyInput.attributesの説明を変更しました。変更前:Taxonomy attributes as [SUIDs](https://docs.indeed.com/getstarted/understanding-suids/#suid-format) or strings. Maximum 100 per seat.変更後:
Taxonomy attributes as [SUIDs](https://docs.indeed.com/getstarted/understanding-suids/#suid-format) or strings. Maximum 100 per seat. -
入力フィールド
SeatTaxonomyInput.remoteTypeの説明を変更しました。変更前:Location flexibility. Omit this field or set it to `null` for non-remote jobs.Values: `Fully Remote`, `Hybrid Remote`.変更後:
Location flexibility. Omit or set to null for non-remote jobs.Values: `Fully Remote`, `Hybrid Remote`. -
入力フィールド
SelectQualificationQuestionInput.matchの説明を変更しました。変更前:Evaluation method: match.変更後:
Match evaluation. -
入力フィールド
SelectQualificationQuestionInput.typeの説明を変更しました。変更前:Qualification type affecting the application in Indeed Apply.変更後:
How the qualification affects the Indeed Apply application. -
入力フィールド
SelectQuestionInput.conditionの説明を変更しました。変更前:Conditional question. Depends on a previous answer. Specify the previous question ID and activating option value.Example: if applicant answers yes to military service, show a follow-up question about branch of service.変更後:
Show this question only when a previous answer matches. Set the previous question ID and the value that activates this question.**Example**: If the applicant answers yes to military service, show a follow-up about branch of service. -
入力フィールド
SelectQuestionInput.requiredの説明を変更しました。変更前:`true`: question is required. Unanswered optional questions return `"` (empty string). Default: `false`.変更後:
If `true`, the question is required. Unanswered optional questions return `"`. Default: `false`. -
入力フィールド
SelectScreenerQuestionInput.qualificationの説明を変更しました。変更前:Qualification criterion for job requirements. Applicants must meet employer-defined conditions.Non-blocking: all applications delivered regardless of meeting criteria.変更後:
Qualification for this question. Indeed still delivers applications that do not meet the criterion (`NON_BLOCKING`). -
タイプ
SourcedJobPostingの説明を変更しました。変更前:Return type for an accepted job posting. Accepted jobs are queued for indexing. Jobs violating [Job Posting Standards](https://indeedinc.my.site.com/employerSupport1/s/article/115005915763) might not appear on Indeed.変更後:
Return type for an accepted job posting.Accepted jobs are queued for indexing.Jobs violating [Job Posting Standards](https://indeedinc.my.site.com/employerSupport1/s/article/115005915763) might not appear on Indeed. -
フィールド
SourcedJobPosting.employerJobIdの説明を変更しました。変更前:The `EmployerJob` entity ID in base64-encoded [IRI](/getstarted/iris) format. Equivalent to `sourcedPostingId`. Use to query the posting as an `EmployerJob` through `node` and `nodes` queries.変更後:
The `EmployerJob` entity ID in base64-encoded [IRI](/getstarted/iris) format.Equivalent to `sourcedPostingId`.Use to query the posting as an `EmployerJob` through `node` and `nodes` queries. -
フィールド
SourcedJobPosting.sourcedPostingIdの説明を変更しました。変更前:UUID or Indeed Employer Job ID. Indeed generates this unique ID for each submitted job. Use this ID to expire the posting.変更後:
UUID or Indeed Employer Job ID.Indeed generates this unique ID for each submitted job. Use this ID to expire the posting. -
入力フィールド
SourcedJobPostingBodyInput.benefitsの説明を変更しました。変更前:List of job benefits. Specify each benefit as a separate string. Use an empty list if no non-salary benefits.変更後:
List of job benefits. Specify each benefit as a separate string. Use an empty list if there are no non-salary benefits. -
入力フィールド
SourcedJobPostingBodyInput.descriptionの説明を変更しました。変更前:The job description shown to job seekers. Maximum `65,000` bytes (`1` byte for ASCII, `2` to `3` bytes for other characters). It must match the job posted at [`SourcedJobPostingMetadataInput.url`](/api/job/objects/SourcedJobPostingMetadataInput).The default format is `TEXT`. HTML is optional, but if the URL points to HTML content, the `description` field must also use HTML.For supported elements, see [Job description formatting](https://docs.indeed.com/job-sync-api/reference/job-description-formatting).変更後:
The job description shown to job seekers.* Plain text (`TEXT`): 30 to 20,000 characters. * HTML (`RICH_FORMATTING`): At least 30 characters and at most 65,000 UTF-8 bytes. Multibyte characters count toward the byte limit.The description must match the job at [`SourcedJobPostingMetadataInput.url`](/api/job/objects/SourcedJobPostingMetadataInput).If the client uses HTML on its job list or job details pages, Indeed requires `RICH_FORMATTING` for API jobs unless you have a good reason to omit it. HTML helps the job look closer to the client version. HTML has limits on attributes and element order.`description` rejects supplementary characters for non-JP postings. JP postings are exempt.See [Job description formatting](/job-sync-api/reference/job-description-formatting). -
入力フィールド
SourcedJobPostingBodyInput.descriptionFormattingの説明を変更しました。変更前:Format of the job description. If the client uses HTML on its job list or job details pages, Indeed generally expects HTML for XML and API jobs unless there is a good reason not to include it.Using HTML helps the job appear closer to the client version. Poor formatting can lead to complaints from clients and job seekers.To provide the job description in HTML, set this field to `RICH_FORMATTING`. For more information, see [Job description formatting](/job-sync-api/reference/job-description-formatting). HTML has restrictions on attributes and element order.Default: `TEXT`.変更後:
Format of the job description.To send HTML, set this field to `RICH_FORMATTING`. If the client uses HTML on its job list or job details pages, Indeed requires `RICH_FORMATTING` for API jobs unless you have a good reason to omit it. HTML helps the job look closer to the client version. Poor formatting can lead to complaints from clients and job seekers.HTML has limits on attributes and element order. See [Job description formatting](/job-sync-api/reference/job-description-formatting). -
入力フィールド
SourcedJobPostingBodyInput.subtitleの説明を変更しました。変更前:Job title subheader. Example: `A bright and pleasant workplace`変更後:
Job title subheader.**Example**: `A bright and pleasant workplace` -
入力フィールド
SourcedJobPostingFineGrainedJobSalaryInput.fixedOvertimePayの説明を変更しました。変更前:Set to `true` when base salary includes overtime with no extra pay.US: Some jobs are overtime-exempt. See [Fact Sheet #17A: Exemption for Executive, Administrative, Professional, Computer & Outside Sales Employees Under the Fair Labor Standards Act (FLSA)](https://www.dol.gov/agencies/whd/fact-sheets/17a-overtime).Japan: Fixed overtime means overtime pay is included in salary. See [What is Fixed Overtime Pay?](https://www.nsasia.co.jp/jsj/jobseeker/knowledge/what-is-fixed-overtime-pay).変更後:
Set to `true` when base salary includes overtime with no extra pay.US: Some jobs are overtime-exempt.See [Fact Sheet #17A: Exemption for Executive, Administrative, Professional, Computer & Outside Sales Employees Under the Fair Labor Standards Act (FLSA)](https://www.dol.gov/agencies/whd/fact-sheets/17a-overtime).Japan: Fixed overtime means overtime pay is included in salary.See [What is Fixed Overtime Pay?](https://www.nsasia.co.jp/jsj/jobseeker/knowledge/what-is-fixed-overtime-pay). -
入力フィールド
SourcedJobPostingFineGrainedJobSalaryInput.fixedOvertimeSalaryMinorの説明を変更しました。変更前:Fixed overtime pay above base pay, in minor currency units. Must be greater than zero. Zero values can affect job visibility.**Examples**: $102.50 → 10250, €102.50 → 10250, £102.50 → 10250, ¥10250 → 10250変更後:
Fixed overtime pay above base pay, in minor currency units.Must be greater than zero. Zero values can affect job visibility.**Examples**: $102.50 → 10250, €102.50 → 10250, £102.50 → 10250, ¥10250 → 10250 -
入力フィールド
SourcedJobPostingFineGrainedJobSalaryInput.totalSalaryMinorの説明を変更しました。変更前:Total salary for the period, in minor currency units. Must be greater than zero. Zero values can affect job visibility.**Examples**: $102.50 → 10250, €102.50 → 10250, £102.50 → 10250, ¥10250 → 10250変更後:
Total salary for the period, in minor currency units.Must be greater than zero. Zero values can affect job visibility.**Examples**: $102.50 → 10250, €102.50 → 10250, £102.50 → 10250, ¥10250 → 10250 -
入力フィールド
SourcedJobPostingIndeedApplyInput.resumeRequiredの説明を変更しました。変更前:Resume requirement:- `YES` - Required (default) - `OPTIONAL` - Optional - `NO` - HiddenIf `OPTIONAL` or `NO`, screener questions are required. Support formats: .pdf, .doc, .docx, .rtf, .txt.変更後:
Resume requirement:- `YES` - Required (default) - `OPTIONAL` - Optional - `NO` - HiddenIf `OPTIONAL` or `NO`, screener questions are required. Supported formats: `.pdf`, `.doc`, `.docx`, `.rtf`, `.txt`. -
入力フィールド
SourcedJobPostingLocationInput.cityRegionPostalの説明を変更しました。変更前:City, region (state, county, or prefecture), and postal code.**Examples**: Washington, District of Columbia, 20500 (USA), 100-8994 東京都千代田区丸の内 (Japan), Mayfair, London, W1J (UK).変更後:
City, region (state, county, or prefecture), and postal code.**Examples**:* Washington, District of Columbia, 20500 (USA)* 100-8994 東京都千代田区丸の内 (Japan), Mayfair, London, W1J (UK) -
入力フィールド
SourcedJobPostingLocationInput.countryの説明を変更しました。変更前:Country code for the job location. See [Supported language codes, country codes, and locales](#supported-language-codes-country-codes-and-locales).Corresponds to GIS admin0.変更後:
Country code for the job location.See [Supported language codes, country codes, and locales](/api/reference/language-and-country-codes).Corresponds to GIS admin0. -
入力フィールド
SourcedJobPostingLocationInput.streetAddressの説明を変更しました。変更前:Street address with street name and number. **Examples**: 1600 Pennsylvania Ave (USA), 2-7-2 (Japan).変更後:
Street address with street name and number.**Examples**: 1600 Pennsylvania Ave (USA), 2-7-2 (Japan). -
入力フィールド
SourcedJobPostingMetadataInput.datePublishedの説明を変更しました。変更前:Date the job is first published. Only set a future date if Indeed has approved delayed publishing. The date must match the date on your site.変更後:
Date the job is first published. Only set a future date if Indeed has approved delayed publishing.The date must match the date on your site. -
入力フィールド
SourcedJobPostingMetadataInput.jobPostingIdの説明を変更しました。変更前:Unique job ID in your ATS (reference number).For jobs with seats, each `seatPostingId` becomes the job post reference number. The `jobPostingId` groups seats that become individual job posts.変更後:
Unique job ID in your ATS (reference number).For jobs with seats, each `seatPostingId` becomes the job post reference number.The `jobPostingId` groups seats that become individual job posts. -
入力フィールド
SourcedJobPostingMetadataInput.numberOfHiresの説明を変更しました。変更前:Number of positions to fill. Leave null if unknown. Set to `-1` if undecided, to be determined later.変更後:
Number of positions to fill. Omit or set to null if unknown. Set to `-1` if undecided. -
入力フィールド
SourcedJobPostingProbationaryPeriodInput.probationaryConditionsの説明を変更しました。変更前:Probationary period description. Include salary, hours, or employment type if different from regular terms.変更後:
Probationary period description.Include salary, hours, or employment type if different from regular terms. -
タイプ
SourcedJobPostingSalaryInputの説明を変更しました。変更前:Structured salary information in minor currency units (cents for US, yen for Japan).Use `maximumMinor` and `minimumMinor` for a range, set both to the same value for fixed salary, or set only `minimumMinor` for minimum-only salary.`currency`: [ISO-4217 codes](https://en.wikipedia.org/wiki/ISO_4217#Active_codes_(List_One)) (USD, JPY).`salaryFrequency`: hour, day, week, month, mile, or year.Dont pass `0` in pay fields. Zero values can affect job visibility.変更後:
Structured salary information in minor currency units (cents for US, yen for Japan).Use `maximumMinor` and `minimumMinor` for a range.Set both to the same value for fixed salary.Set only `minimumMinor` for minimum-only salary.`currency`: [ISO-4217 codes](https://en.wikipedia.org/wiki/ISO_4217#Active_codes_(List_One)) (USD, JPY).`salaryFrequency`: hour, day, week, month, mile, or year.Do not pass `0` in pay fields. Zero values can affect job visibility.' -
入力フィールド
SourcedJobPostingTaskBasedSalaryInput.taskDescriptionの説明を変更しました。変更前:Task description. Max 65,000 bytes (1 byte per ASCII character; 2–3 bytes per other character).変更後:
Task description.Max 65,000 bytes (1 byte per ASCII character; 2–3 bytes per other character). -
入力フィールド
SourcedJobPostingTaxonomyInput.categoriesの説明を変更しました。変更前:Job categories for search and sponsorship. Recommended for job management and displaying additional details (such as facility or department).変更後:
Job categories for search and sponsorship.Recommended for job management and displaying additional details (such as facility or department). -
入力フィールド
SourcedJobPostingTaxonomyInput.remoteTypeの説明を変更しました。変更前:Location flexibility:- `Fully Remote` - Remote only, no on-site work - `Hybrid Remote` - Mix of on-site and remote workThis field does not determine job location.:::noteFor non-remote and non-hybrid jobs, leave blank or set to null.:::変更後:
Location flexibility:* `Fully Remote` - Remote only, no on-site work * `Hybrid Remote` - Mix of on-site and remote workThis field does not determine job location.For non-remote and non-hybrid jobs, omit this field or set it to `null`. -
タイプ
SourcedJobPostingUpdateの説明を変更しました。変更前:Return type for an accepted job update. Changes might not appear right away.変更後:
Accepted job update. Changes might not appear right away. -
フィールド
SourcedJobPostingUpdate.employerJobIdの説明を変更しました。変更前:Employer job ID, base64-encoded as an [IRI](/getstarted/iris).変更後:
Employer job ID as a base64-encoded [IRI](/integration-basics/graphql-at-indeed/iris). -
入力フィールド
TextAreaQuestionInput.conditionの説明を変更しました。変更前:Conditional question. Depends on a previous answer. Specify the previous question ID and activating option value.Example: if applicant answers yes to military service, show a follow-up question about branch of service.変更後:
Show this question only when a previous answer matches. Set the previous question ID and the value that activates this question.**Example**: If the applicant answers yes to military service, show a follow-up about branch of service. -
入力フィールド
TextAreaQuestionInput.requiredの説明を変更しました。変更前:`true`: question is required. Unanswered optional questions return `"` (empty string). Default: `false`.変更後:
If `true`, the question is required. Unanswered optional questions return `"`. Default: `false`. -
入力フィールド
TextAreaQuestionInput.validationRuleKeyの説明を変更しました。変更前:Optional key referencing an external validation rule. Enforced on the job seekers answer at apply time. Unknown keys are rejected at ingestion.変更後:
Optional key for an external validation rule. Indeed enforces it on the job seekers answer at apply time. Unknown keys fail ingestion. -
入力フィールド
TextDecimalQualificationQuestionInput.rangeの説明を変更しました。変更前:Evaluation method: `range`. Answers must fall within the defined min/max values.変更後:
Range evaluation. The answer must fall between the min and max values. -
入力フィールド
TextDecimalQualificationQuestionInput.typeの説明を変更しました。変更前:Qualification type affecting the application in Indeed Apply.変更後:
How the qualification affects the Indeed Apply application. -
入力フィールド
TextIntegerQualificationQuestionInput.rangeの説明を変更しました。変更前:Evaluation method: range. Answers must fall within the defined min/max values.変更後:
Range evaluation. The answer must fall between the min and max values. -
入力フィールド
TextIntegerQualificationQuestionInput.typeの説明を変更しました。変更前:Qualification type affecting the application in Indeed Apply.変更後:
How the qualification affects the Indeed Apply application. -
入力フィールド
TextQuestionInput.decimalの説明を変更しました。変更前:Decimal or floating-point answer question.変更後:
Decimal or floating-point answer. -
入力フィールド
TextQuestionInput.freeformの説明を変更しました。変更前:Freeform text answer question.変更後:
Freeform text answer. -
入力フィールド
TextQuestionInput.integerの説明を変更しました。変更前:Integer answer question.変更後:
Integer answer. -
入力フィールド
TextQuestionInput.numericの説明を変更しました。変更前:Numeric text answer question (that is, identifiers with leading zeros).変更後:
Numeric text answer (for example, identifiers with leading zeros). -
入力フィールド
TextScreenerQuestionInput.decimalの説明を変更しました。変更前:Accepts numbers. Allows leading zeros and decimals.変更後:
Numeric answers. Allows leading zeros and decimals. -
入力フィールド
TextScreenerQuestionInput.freeformの説明を変更しました。変更前:Accepts text answers.変更後:
Text answers. -
入力フィールド
TextScreenerQuestionInput.integerの説明を変更しました。変更前:Integer-only question. No decimals or leading zeros.変更後:
Integer answers only. No decimals or leading zeros. -
入力フィールド
TextScreenerQuestionInput.numericの説明を変更しました。変更前:Accepts numbers only. No decimals.変更後:
Numeric answers only. No decimals. -
タイプ
UpdateSeatBodyInputの説明を変更しました。変更前:Seat body for updating a seat. All fields are optional. Provide only changed fields.変更後:
Body data for a seat update. All fields are optional. Provide only changed fields. -
入力フィールド
UpdateSeatBodyInput.locationの説明を変更しました。変更前:Updated location. Omit or set to `null` for no change.変更後:
Updated location. To leave the value unchanged, omit this field or set it to null. -
入力フィールド
UpdateSeatBodyInput.salaryの説明を変更しました。変更前:Updated salary. Omit or set to `null` for no change.変更後:
Updated salary. To leave the value unchanged, omit this field or set it to null. -
タイプ
UpdateSeatInputの説明を変更しました。変更前:One seat update operation.変更後:
One seat to update. -
入力フィールド
UpdateSeatInput.bodyの説明を変更しました。変更前:Seat body data. Omit fields for no change.変更後:
Seat body. To leave the value unchanged, omit this field or set it to null. -
入力フィールド
UpdateSeatInput.metadataの説明を変更しました。変更前:Seat metadata. Omit fields for no change.変更後:
Seat metadata. To leave the value unchanged, omit this field or set it to null. -
タイプ
UpdateSeatMetadataInputの説明を変更しました。変更前:Seat metadata for updating a seat.変更後:
Metadata for a seat update. -
入力フィールド
UpdateSeatMetadataInput.taxonomyClassificationの説明を変更しました。変更前:Taxonomy classification for the seat.変更後:
Taxonomy classification. -
入力フィールド
UpdateSeatMetadataInput.trackingUrlの説明を変更しました。変更前:Tracking URL for the seat. Omit or set to `null` for no change.変更後:
Tracking URL. To leave the value unchanged, omit this field or set it to null. -
入力フィールド
UpdateSeatMetadataInput.urlの説明を変更しました。変更前:Job URL for the seat. Omit or set to `null` for no change.変更後:
Job URL. To leave the value unchanged, omit this field or set it to null. -
フィールド
UpdateSeatResult.employerJobIdの説明を変更しました。変更前:Base64-encoded IRI of the employer job.変更後:
Employer job ID as a base64-encoded IRI. -
フィールド
UpdateSeatResult.jobKeyの説明を変更しました。変更前:Encrypted `aggJobId` for the seat.変更後:
Encrypted `aggJobId` for the seat returned by [`addSeats`](/api/job/mutations/jobsIngest/addSeats).Pass it to `SeatIdentifierInput.jobKey` in [`updateSeats`](/api/job/mutations/jobsIngest/updateSeats) or [`clearSeats`](/api/job/mutations/jobsIngest/clearSeats).If the seat add failed, the value is null. -
フィールド
UpdateSeatResult.sourcedPostingIdの説明を変更しました。変更前:UUID form of the employer job ID.変更後:
Employer job ID as a UUID. -
タイプ
UpdateSeatsInputの説明を変更しました。変更前:`updateSeats` input.変更後:
Input for `updateSeats`. -
タイプ
UpdateSeatsPayloadの説明を変更しました。変更前:Return type for `updateSeats`.変更後:
Payload for `updateSeats`. -
タイプ
UpdateSourcedJobPostingBodyInputの説明を変更しました。変更前:Updated job body. See [`UpdateSourcedJobPostingInput.body`](https://docs.indeed.com/api/job/objects/UpdateSourcedJobPostingInput).変更後:
Updated job body. See [`UpdateSourcedJobPostingInput.body`](https://docs.indeed.com/api/job/objects/UpdateSourcedJobPostingInput). -
入力フィールド
UpdateSourcedJobPostingBodyInput.companyNameの説明を変更しました。変更前:Company name. Maximum 200 characters. Omit or set to `null` for no change.変更後:
Company name. Maximum 200 characters. To leave the value unchanged, omit this field or set it to null. -
入力フィールド
UpdateSourcedJobPostingBodyInput.descriptionの説明を変更しました。変更前:Job description. 30 to 20,000 characters. Omit or set to `null` for no change.変更後:
Job description shown to job seekers.* Plain text (`TEXT`): 30 to 20,000 characters. * HTML (`HTML`): at least 30 characters, at most 65,000 [UTF-8](https://www.rfc-editor.org/info/rfc3629/) bytes. Multibyte characters count toward the byte limit.To leave the value unchanged, omit this field or set it to null. Must match the job at [`SourcedJobPostingMetadataInput.url`](/api/job/objects/SourcedJobPostingMetadataInput).If the client uses HTML on job list or details pages, Indeed requires HTML for XML and API jobs unless there is a good reason not to. To send HTML, set `descriptionFormatting` to `RICH_FORMATTING`. See [Job description formatting](/job-sync-api/reference/job-description-formatting). -
入力フィールド
UpdateSourcedJobPostingBodyInput.descriptionFormattingの説明を変更しました。変更前:Description format. Omit to use the default `TEXT`.変更後:
Job description format. To send HTML, set this field to `RICH_FORMATTING`.See [Job description formatting](/job-sync-api/reference/job-description-formatting). -
入力フィールド
UpdateSourcedJobPostingBodyInput.jobLocationの説明を変更しました。変更前:Job location. Omit or set to `null` for no change.変更後:
Job location. To leave the value unchanged, omit this field or set it to null. -
入力フィールド
UpdateSourcedJobPostingBodyInput.salaryの説明を変更しました。変更前:Job salary. Omit or set to `null` for no change.変更後:
Job salary. To leave the value unchanged, omit this field or set it to null.Every non-null `salary` object must include `period`, including when `maximumMinor` or `minimumMinor` is set to null to clear a value. -
入力フィールド
UpdateSourcedJobPostingBodyInput.titleの説明を変更しました。変更前:Job title. Maximum 75 characters. Omit or set to `null` for no change.変更後:
Job title. Maximum 75 characters. To leave the value unchanged, omit this field or set it to null. -
オブジェクトタイプ
UpdateSourcedJobPostingGeneralLocationInputの説明は次のとおりです:City, region, postal code, and optional street address. -
入力フィールド
UpdateSourcedJobPostingGeneralLocationInput.streetAddressの説明を変更しました。変更前:Street address of the job location.Example: `1600 Pennsylvania Ave`.変更後:
Street address.Example: `1600 Pennsylvania Ave`. -
タイプ
UpdateSourcedJobPostingInputの説明を変更しました。変更前:Job posting update input.変更後:
One job posting update. -
入力フィールド
UpdateSourcedJobPostingInput.sourcedPostingIdの説明を変更しました。変更前:Employer job UUID from `createSourcedJobPostings`. Also accepts a base64-encoded IRI from `EmployerJob`.変更後:
Employer job UUID from `createSourcedJobPostings`.Also accepts a base64-encoded [IRI](/integration-basics/graphql-at-indeed/iris) from `EmployerJob`. -
タイプ
UpdateSourcedJobPostingLocationInputの説明を変更しました。変更前:Job location update. Provide one field or the API returns an error.変更後:
Job location update. Provide one field or the API returns an error. -
入力フィールド
UpdateSourcedJobPostingLocationInput.generalの説明を変更しました。変更前:General location input. Accepts values from `cityRegionPostal` to specific addresses.変更後:
General location, from `cityRegionPostal` to a specific address. -
タイプ
UpdateSourcedJobPostingMetadataInputの説明を変更しました。変更前:Job metadata to update. Provide at least one field.Not atomic. Errors can cause partial updates.変更後:
Job metadata to update. Not atomic. Errors can cause partial updates. -
入力フィールド
UpdateSourcedJobPostingMetadataInput.trackingUrlの説明を変更しました。変更前:Job tracking URL.変更後:
Tracking URL. -
タイプ
UpdateSourcedJobPostingResultの説明を変更しました。変更前:Return type for each `updateSourcedJobPostings` result.変更後:
Result for one `updateSourcedJobPostings` operation. -
フィールド
UpdateSourcedJobPostingResult.jobPostingの説明を変更しました。変更前:Updated job posting, or null if the update was not accepted.変更後:
Updated job posting. Null if the update was not accepted. -
オブジェクトタイプ
UpdateSourcedJobPostingSalaryInputの説明は次のとおりです:Salary update. -
入力フィールド
UpdateSourcedJobPostingSalaryInput.currencyの説明を変更しました。変更前:Salary currency in ISO 4217 format, such as `USD`. Omit or set to `null` for no change.変更後:
Salary currency in ISO 4217 format, such as `USD`.To leave the value unchanged, omit this field or set it to null. -
入力フィールド
UpdateSourcedJobPostingSalaryInput.maximumMinorの説明を変更しました。変更前:Maximum amount in local minor currency. Omit or set to `null` to clear.変更後:
Maximum amount in local minor currency. To clear, omit this field or set it to null.Every non-null `salary` object must include `period`, including when `maximumMinor` is set to null to clear a value. -
入力フィールド
UpdateSourcedJobPostingSalaryInput.minimumMinorの説明を変更しました。変更前:Minimum amount in local minor currency. Omit or set to `null` to clear.変更後:
Minimum amount in local minor currency. To clear, omit this field or set it to null.Every non-null `salary` object must include `period`, including when `minimumMinor` is set to null to clear a value. -
入力フィールド
UpdateSourcedJobPostingSalaryInput.periodの説明を変更しました。変更前:Salary period.変更後:
Salary period.Every non-null `salary` object must include `period`, including when `maximumMinor` or `minimumMinor` is set to null to clear a value. -
タイプ
UpdateSourcedJobPostingsInputの説明を変更しました。変更前:`updateSourcedJobPostings` input.変更後:
Input for `updateSourcedJobPostings`. -
タイプ
UpdateSourcedJobPostingsPayloadの説明を変更しました。変更前:Return type for `updateSourcedJobPostings`.変更後:
Payload for `updateSourcedJobPostings`. -
フィールド
UpdateSourcedJobPostingsPayload.resultsの説明を変更しました。変更前:Results for each update. Array items are never null, but `jobPosting` is null if the update was not accepted.変更後:
Results for each update. Array items are never null.`jobPosting` is null if the update was not accepted. -
タイプ
WebUrlの説明を変更しました。変更前:Well-formed URL. Specifcation: [RFC 2396/2732](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier)変更後:
A well-formed URL ([RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986)).