2026-08-24
GraphQLスキーマ変更ログ: 2026-08-24
📘 ドキュメント: GraphQLスキーマおよびGraphQL APIリファレンスを次の変更内容で更新しました:
-
[log] ⚠ 入力オブジェクトタイプ
FindEmployerJobsPartnerFilterInputにタイプ[String!]の入力フィールドjobRequisitionIdが追加されました。 -
[log] ✔ 説明:
Seat body for adding a seat.タイプ
AddSeatBodyInputの説明が次のように変更されました:Body data for a new seat. -
[log] ✔ 入力フィールド
AddSeatBodyInput.locationの説明が次から:Location for the seat.次のように変更されました:
Seat location. -
[log] ✔ 入力フィールド
AddSeatBodyInput.salaryの説明が次から:Salary for the seat.次のように変更されました:
Seat salary. -
[log] ✔ 説明:
One seat add operation.タイプ
AddSeatInputの説明が次のように変更されました:One seat to add. -
[log] ✔ 入力フィールド
AddSeatInput.bodyの説明が次から:Seat body data.次のように変更されました:
Seat body. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 説明:
Seat metadata for adding a seat.タイプ
AddSeatMetadataInputの説明が次のように変更されました:Metadata for a new seat. -
[log] ✔ 入力フィールド
AddSeatMetadataInput.taxonomyClassificationの説明が次から:Taxonomy classification for the seat.次のように変更されました:
Taxonomy classification. -
[log] ✔ 入力フィールド
AddSeatMetadataInput.trackingUrlの説明が次から:Tracking URL for the seat.次のように変更されました:
Tracking URL. -
[log] ✔ 入力フィールド
AddSeatMetadataInput.urlの説明が次から:Job URL for the seat.次のように変更されました:
Job URL. -
[log] ✔ 説明:
Result for one seat add operation.タイプ
AddSeatResultの説明が次のように変更されました:Result for one seat add. -
[log] ✔ フィールド
AddSeatResult.employerJobIdの説明が次から:Base64-encoded IRI of the employer job.次のように変更されました:
Employer job ID as a base64-encoded IRI. -
[log] ✔ フィールド
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. -
[log] ✔ フィールド
AddSeatResult.seatPostingIdの説明が次から:Agency-provided seat identifier.次のように変更されました:
Agency-provided seat ID. -
[log] ✔ フィールド
AddSeatResult.sourcedPostingIdの説明が次から:UUID form of the employer job ID.次のように変更されました:
Employer job ID as a UUID. -
[log] ✔ 説明:
`addSeats` input.タイプ
AddSeatsInputの説明が次のように変更されました:Input for `addSeats`. -
[log] ✔ 説明:
`addSeats` return type.タイプ
AddSeatsPayloadの説明が次のように変更されました:Payload for `addSeats`. -
[log] ✔ 説明:
One seat clear operation.タイプ
ClearSeatInputの説明が次のように変更されました:One seat to remove. -
[log] ✔ 入力フィールド
ClearSeatInput.seatIdentifierの説明が次から:Seat to remove. Provide one field.次のように変更されました:
Seat to remove. Provide one field. -
[log] ✔ 説明:
Result for one seat clear operation.タイプ
ClearSeatResultの説明が次のように変更されました:Result for one seat clear. -
[log] ✔ フィールド
ClearSeatResult.employerJobIdの説明が次から:Base64-encoded IRI of the employer job.次のように変更されました:
Employer job ID as a base64-encoded IRI. -
[log] ✔ フィールド
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. -
[log] ✔ フィールド
ClearSeatResult.seatPostingIdの説明が次から:Agency-provided seat identifier.次のように変更されました:
Agency-provided seat ID. -
[log] ✔ フィールド
ClearSeatResult.sourcedPostingIdの説明が次から:UUID form of the employer job ID.次のように変更されました:
Employer job ID as a UUID. -
[log] ✔ 説明:
`clearSeats` input.タイプ
ClearSeatsInputの説明が次のように変更されました:Input for `clearSeats`. -
[log] ✔ 入力フィールド
ClearSeatsInput.seatRemovalsの説明が次から:Seat removals to process. Accepts one item.次のように変更されました:
Seat removals to process. Accepts one item. -
[log] ✔ 説明:
`clearSeats` return type.タイプ
ClearSeatsPayloadの説明が次のように変更されました:Payload for `clearSeats`. -
[log] ✔ 説明:
Clears updates from `updateSourcedJobPostings`.Not atomic. Errors can partially clear updates.タイプ
ClearSourcedJobPostingUpdateInputの説明が次のように変更されました:One job posting with updates from `updateSourcedJobPostings` to clear. Not atomic. Errors can partially clear updates. -
[log] ✔ 入力フィールド
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). -
[log] ✔ 説明:
Return type for each `clearJobPostingUpdates` result.タイプ
ClearSourcedJobPostingUpdateResultの説明が次のように変更されました:Result for one `clearSourcedJobPostingUpdates` operation. -
[log] ✔ フィールド
ClearSourcedJobPostingUpdateResult.jobPostingの説明が次から:The cleared job posting, or null if nothing was cleared.次のように変更されました:
Cleared job posting. If nothing was cleared, null. -
[log] ✔ 説明:
`clearSourcedJobPostingUpdates` input.タイプ
ClearSourcedJobPostingUpdatesInputの説明が次のように変更されました:Input for `clearSourcedJobPostingUpdates`. -
[log] ✔ 説明:
Return type for `clearSourcedJobPostingUpdates`.タイプ
ClearSourcedJobPostingUpdatesPayloadの説明が次のように変更されました:Payload for `clearSourcedJobPostingUpdates`. -
[log] ✔ フィールド
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. -
[log] ✔ 入力フィールド
ConditionConstraintInput.valuesの説明が次から:Values that satisfy the condition when the id question matches.次のように変更されました:
Values that satisfy the condition when that question matches. -
[log] ✔ 説明:
Intermediary type. A null `jobPosting` indicates a creation error. The GraphQL `errors` object shows the problem by index.タイプ
CreateSourcedJobPostingResultの説明が次のように変更されました:Intermediary type. If a creation error occurs, `jobPosting` is null.The GraphQL `errors` array shows the problem by index. -
[log] ✔ フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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`. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
DateQuestionQualificationInput.typeの説明が次から:Qualification type affecting the application in Indeed Apply.次のように変更されました:
How the qualification affects the Indeed Apply application. -
[log] ✔ 入力フィールド
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`). -
[log] ✔ 説明:
Date with time (isoformat)タイプ
DateTimeの説明が次のように変更されました:Datetime as [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339). -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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`. -
[log] ✔ 入力フィールド
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`). -
[log] ✔ 説明:
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.タイプ
DemographicQuestionsBodyInputの説明が次のように変更されました: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). -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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). -
[log] ✔ 入力フィールド
DemographicQuestionsBodyInput.multiselectの説明が次から:Multiple-answer question. Displays as checkboxes.次のように変更されました:
Multiple-answer question. Shows checkboxes. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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). -
[log] ✔ 入力フィールド
DemographicQuestionsBodyInput.textareaの説明が次から:Long-form answer question. Displays as multi-line text field.次のように変更されました:
Long-form answer. Shows a multi-line text field. -
[log] ✔ 説明:
Identifies the employer job. Provide exactly one field: `sourcedPostingId` as a UUID, or `employerJobId` as a base64-encoded IRI.タイプ
EmployerJobIdentifierInputの説明が次のように変更されました:Identifies the employer job. Provide exactly one field: `sourcedPostingId` as a UUID, or `employerJobId` as a base64-encoded IRI. -
[log] ✔ 入力フィールド
EmployerJobIdentifierInput.employerJobIdの説明が次から:Base64-encoded IRI from `EmployerJob`. Accepts values from `createSourcedJobPostings` or `EmployerJob`.次のように変更されました:
Base64-encoded IRI from `EmployerJob`. Accepts values from `createSourcedJobPostings` or `EmployerJob`. -
[log] ✔ 説明:
Input containing Indeed Employer Job ID.タイプ
ExpireSourcedJobBySourcedPostingIdInputの説明が次のように変更されました:Input containing Indeed Employer job ID. -
[log] ✔ 入力フィールド
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. -
[log] ✔ フィールド
ExpireSourcedJobResult.inputDataの説明が次から:Input values for this result. Is null on error.次のように変更されました:
Input values for this result. Null on error. -
[log] ✔ フィールド
ExpireSourcedJobsBySourcedPostingIdPayload.resultsの説明が次から:Input for `expireSourcedJobsBySourcedPostingId` mutation.次のように変更されました:
Expiration results. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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`. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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`. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 説明:
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.タイプ
HideFromIndeedSearchInputの説明が次のように変更されました: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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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`. -
[log] ✔ 説明:
Resume field requirement values. See [Indeed Resume JSON object fields](https://docs.indeed.com/indeed-apply/application-data#indeed-resume-json-object-fields).タイプ
IndeedApplyConfigurationResumeFieldの説明が次のように変更されました:Resume field requirement values.See [Indeed Resume JSON object fields](https://docs.indeed.com/indeed-apply/application-data#indeed-resume-json-object-fields). -
[log] ✔ 入力フィールド
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). -
[log] ✔ 入力フィールド
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). -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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`. -
[log] ✔ 入力フィールド
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`). -
[log] ✔ オブジェクトタイプ
JobsIngestMutationsの説明 :Job ingest mutations. -
[log] ✔ フィールド
JobsIngestMutations.addSeatsの引数inputの説明が次から:null次のように変更されました:
Seat-add input. -
[log] ✔ フィールド
JobsIngestMutations.clearSeatsの説明が次から:Clears or expires seats from a job.次のように変更されました:
Clears or expires seats on a job. -
[log] ✔ フィールド
JobsIngestMutations.clearSeatsの引数inputの説明が次から:null次のように変更されました:
Seat-clear input. -
[log] ✔ フィールド
JobsIngestMutations.clearSourcedJobPostingUpdatesの引数inputの説明が次から:null次のように変更されました:
Clear-updates input. -
[log] ✔ フィールド
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. -
[log] ✔ フィールド
JobsIngestMutations.updateSeatsの引数inputの説明が次から:null次のように変更されました:
Seat-update input. -
[log] ✔ フィールド
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. -
[log] ✔ フィールド
JobsIngestMutations.updateSourcedJobPostingsの引数inputの説明が次から:null次のように変更されました:
Job posting update input. -
[log] ✔ 列挙値
MatchStrategy.ALLの説明が次から:Answer must match all provided values.次のように変更されました:
The answer must match all provided values. -
[log] ✔ 列挙値
MatchStrategy.ANYの説明が次から:Answer can match any provided value.次のように変更されました:
The answer can match any provided value. -
[log] ✔ 入力フィールド
MultiSelectQualificationQuestionInput.matchの説明が次から:Evaluation method: match.次のように変更されました:
Match evaluation. -
[log] ✔ 入力フィールド
MultiSelectQualificationQuestionInput.typeの説明が次から:Qualification type affecting the application in Indeed Apply.次のように変更されました:
How the qualification affects the Indeed Apply application. -
[log] ✔ 入力フィールド
MultifieldQuestionInput.addButtonLabelの説明が次から:Label on the Add another button (e.g., Add Another Job).次のように変更されました:
Label on the add button. For example, `Add Another Job`. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
MultifieldQuestionInput.groupLabelの説明が次から:Label shown above each entry group (e.g., Work Experience).次のように変更されました:
Label above each entry group. For example, `Work Experience`. -
[log] ✔ 入力フィールド
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`. -
[log] ✔ 入力フィールド
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`. -
[log] ✔ 入力フィールド
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`. -
[log] ✔ 説明:
<!--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-->タイプ
MultiselectQuestionInputの説明が次のように変更されました:Multiple-answer question. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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`. -
[log] ✔ 入力フィールド
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`). -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
NumericTextQuestionInput.requiredの説明が次から:`true`: question is required. Unanswered optional questions return `"`.次のように変更されました:
If `true`, the question is required. Unanswered optional questions return `"`. Default: `false`. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
QualificationMatchAnyTextConfigurationInput.valuesの説明が次から:Values applicant must match.次のように変更されました:
Values the applicant must match. -
[log] ✔ 入力フィールド
QualificationMultiValueTextMatchConfigurationInput.typeの説明が次から:Whether answer must match any or all provided values.次のように変更されました:
Whether the answer must match any or all provided values. -
[log] ✔ 入力フィールド
QualificationMultiValueTextMatchConfigurationInput.valuesの説明が次から:Values applicant must match.次のように変更されました:
Values the applicant must match. -
[log] ✔ 列挙値
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. -
[log] ✔ 説明:
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.タイプ
ScreenerQuestionBodyInputの説明が次のように変更されました: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). -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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` -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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). -
[log] ✔ 入力フィールド
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`.' -
[log] ✔ 入力フィールド
ScreenerQuestionBodyInput.multiselectの説明が次から:Multiple-answer question. Displays as checkboxes.次のように変更されました:
Multiple-answer question. Shows checkboxes. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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). -
[log] ✔ 入力フィールド
ScreenerQuestionBodyInput.textareaの説明が次から:Long-form answer question. Displays as multi-line text field.次のように変更されました:
Long-form answer. Shows a multi-line text field. -
[log] ✔ 入力フィールド
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.' -
[log] ✔ 説明:
Salary for a seat. Use `maximumMinor` and `minimumMinor` for a range. For a fixed salary, set both fields to the same value.タイプ
SeatJobPostingSalaryInputの説明が次のように変更されました:Salary for a seat. Use `maximumMinor` and `minimumMinor` for a range. For a fixed salary, set both to the same value. -
[log] ✔ 入力フィールド
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). -
[log] ✔ 入力フィールド
SeatLocationInput.latitudeの説明が次から:Latitude for the job location.次のように変更されました:
Latitude. -
[log] ✔ 入力フィールド
SeatLocationInput.longitudeの説明が次から:Longitude for the job location.次のように変更されました:
Longitude. -
[log] ✔ 入力フィールド
SeatLocationInput.streetAddressの説明が次から:Street address. Example: `1600 Pennsylvania Ave`.次のように変更されました:
Street address. Example: `1600 Pennsylvania Ave`. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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`. -
[log] ✔ 入力フィールド
SelectQualificationQuestionInput.matchの説明が次から:Evaluation method: match.次のように変更されました:
Match evaluation. -
[log] ✔ 入力フィールド
SelectQualificationQuestionInput.typeの説明が次から:Qualification type affecting the application in Indeed Apply.次のように変更されました:
How the qualification affects the Indeed Apply application. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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`. -
[log] ✔ 入力フィールド
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`). -
[log] ✔ 説明:
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の説明が次のように変更されました: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. -
[log] ✔ フィールド
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. -
[log] ✔ フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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). -
[log] ✔ 入力フィールド
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). -
[log] ✔ 入力フィールド
SourcedJobPostingBodyInput.subtitleの説明が次から:Job title subheader. Example: `A bright and pleasant workplace`次のように変更されました:
Job title subheader.**Example**: `A bright and pleasant workplace` -
[log] ✔ 入力フィールド
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). -
[log] ✔ 入力フィールド
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 -
[log] ✔ 入力フィールド
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 -
[log] ✔ 入力フィールド
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`. -
[log] ✔ 入力フィールド
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) -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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). -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 説明:
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.タイプ
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.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.' -
[log] ✔ 入力フィールド
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). -
[log] ✔ 入力フィールド
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). -
[log] ✔ 入力フィールド
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`. -
[log] ✔ 説明:
Return type for an accepted job update. Changes might not appear right away.タイプ
SourcedJobPostingUpdateの説明が次のように変更されました:Accepted job update. Changes might not appear right away. -
[log] ✔ フィールド
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). -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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`. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
TextDecimalQualificationQuestionInput.typeの説明が次から:Qualification type affecting the application in Indeed Apply.次のように変更されました:
How the qualification affects the Indeed Apply application. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
TextIntegerQualificationQuestionInput.typeの説明が次から:Qualification type affecting the application in Indeed Apply.次のように変更されました:
How the qualification affects the Indeed Apply application. -
[log] ✔ 入力フィールド
TextQuestionInput.decimalの説明が次から:Decimal or floating-point answer question.次のように変更されました:
Decimal or floating-point answer. -
[log] ✔ 入力フィールド
TextQuestionInput.freeformの説明が次から:Freeform text answer question.次のように変更されました:
Freeform text answer. -
[log] ✔ 入力フィールド
TextQuestionInput.integerの説明が次から:Integer answer question.次のように変更されました:
Integer answer. -
[log] ✔ 入力フィールド
TextQuestionInput.numericの説明が次から:Numeric text answer question (that is, identifiers with leading zeros).次のように変更されました:
Numeric text answer (for example, identifiers with leading zeros). -
[log] ✔ 入力フィールド
TextScreenerQuestionInput.decimalの説明が次から:Accepts numbers. Allows leading zeros and decimals.次のように変更されました:
Numeric answers. Allows leading zeros and decimals. -
[log] ✔ 入力フィールド
TextScreenerQuestionInput.freeformの説明が次から:Accepts text answers.次のように変更されました:
Text answers. -
[log] ✔ 入力フィールド
TextScreenerQuestionInput.integerの説明が次から:Integer-only question. No decimals or leading zeros.次のように変更されました:
Integer answers only. No decimals or leading zeros. -
[log] ✔ 入力フィールド
TextScreenerQuestionInput.numericの説明が次から:Accepts numbers only. No decimals.次のように変更されました:
Numeric answers only. No decimals. -
[log] ✔ 説明:
Seat body for updating a seat. All fields are optional. Provide only changed fields.タイプ
UpdateSeatBodyInputの説明が次のように変更されました:Body data for a seat update. All fields are optional. Provide only changed fields. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 説明:
One seat update operation.タイプ
UpdateSeatInputの説明が次のように変更されました:One seat to update. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
UpdateSeatInput.metadataの説明が次から:Seat metadata. Omit fields for no change.次のように変更されました:
Seat metadata. To leave the value unchanged, omit this field or set it to null. -
[log] ✔ 説明:
Seat metadata for updating a seat.タイプ
UpdateSeatMetadataInputの説明が次のように変更されました:Metadata for a seat update. -
[log] ✔ 入力フィールド
UpdateSeatMetadataInput.taxonomyClassificationの説明が次から:Taxonomy classification for the seat.次のように変更されました:
Taxonomy classification. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ フィールド
UpdateSeatResult.employerJobIdの説明が次から:Base64-encoded IRI of the employer job.次のように変更されました:
Employer job ID as a base64-encoded IRI. -
[log] ✔ フィールド
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. -
[log] ✔ フィールド
UpdateSeatResult.sourcedPostingIdの説明が次から:UUID form of the employer job ID.次のように変更されました:
Employer job ID as a UUID. -
[log] ✔ 説明:
`updateSeats` input.タイプ
UpdateSeatsInputの説明が次のように変更されました:Input for `updateSeats`. -
[log] ✔ 説明:
Return type for `updateSeats`.タイプ
UpdateSeatsPayloadの説明が次のように変更されました:Payload for `updateSeats`. -
[log] ✔ 説明:
Updated job body. See [`UpdateSourcedJobPostingInput.body`](https://docs.indeed.com/api/job/objects/UpdateSourcedJobPostingInput).タイプ
UpdateSourcedJobPostingBodyInputの説明が次のように変更されました:Updated job body. See [`UpdateSourcedJobPostingInput.body`](https://docs.indeed.com/api/job/objects/UpdateSourcedJobPostingInput). -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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). -
[log] ✔ 入力フィールド
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). -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ 入力フィールド
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. -
[log] ✔ オブジェクトタイプ
UpdateSourcedJobPostingGeneralLocationInputの説明:City, region, postal code, and optional street address. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingGeneralLocationInput.streetAddressの説明が次から:Street address of the job location.Example: `1600 Pennsylvania Ave`.次のように変更されました:
Street address.Example: `1600 Pennsylvania Ave`. -
[log] ✔ 説明:
Job posting update input.タイプ
UpdateSourcedJobPostingInputの説明が次のように変更されました:One job posting update. -
[log] ✔ 入力フィールド
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`. -
[log] ✔ 説明:
Job location update. Provide one field or the API returns an error.タイプ
UpdateSourcedJobPostingLocationInputの説明が次のように変更されました:Job location update. Provide one field or the API returns an error. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingLocationInput.generalの説明が次から:General location input. Accepts values from `cityRegionPostal` to specific addresses.次のように変更されました:
General location, from `cityRegionPostal` to a specific address. -
[log] ✔ 説明:
Job metadata to update. Provide at least one field.Not atomic. Errors can cause partial updates.