2026-06-29
GraphQLスキーマ変更ログ: 2026-06-29
📘 ドキュメント: GraphQLスキーマおよびGraphQL APIリファレンスを次の変更内容で更新しました:
-
[log] ✔ 説明:
Seat body for an add operation.タイプ
AddSeatBodyInputの説明が次のように変更されました:Seat body for adding a seat. -
[log] ✔ 入力フィールド
AddSeatBodyInput.locationの説明が次から:Complete location information.次のように変更されました:
Location for the seat. -
[log] ✔ 入力フィールド
AddSeatBodyInput.salaryの説明が次から:Salary specific to this seat.次のように変更されました:
Salary for the seat. -
[log] ✔ 説明:
Individual seat add operation.タイプ
AddSeatInputの説明が次のように変更されました:One seat add operation. -
[log] ✔ 入力フィールド
AddSeatInput.employerJobの説明が次から:Identifies the employer job to add the seat to.次のように変更されました:
Employer job for the seat. -
[log] ✔ 入力フィールド
AddSeatInput.seatPostingIdの説明が次から:Agency-provided identifier for this seat. Must be unique across all seats on this job. Used to reference the seat in future `updateSeats` and `clearSeats` calls.次のように変更されました:
Agency-provided identifier for the seat. Must be unique across all seats on the job. Use it in later `updateSeats` and `clearSeats` requests. -
[log] ✔ 説明:
Seat metadata for an add operation.タイプ
AddSeatMetadataInputの説明が次のように変更されました:Seat metadata for adding a seat. -
[log] ✔ 入力フィールド
AddSeatMetadataInput.taxonomyClassificationの説明が次から:Taxonomy classification for this seat.次のように変更されました:
Taxonomy classification for the seat. -
[log] ✔ 入力フィールド
AddSeatMetadataInput.trackingUrlの説明が次から:Tracking URL for this seat.次のように変更されました:
Tracking URL for the seat. -
[log] ✔ 入力フィールド
AddSeatMetadataInput.urlの説明が次から:Seat-specific job URL.次のように変更されました:
Job URL for the seat. -
[log] ✔ 説明:
Result for a single seat add operation.タイプ
AddSeatResultの説明が次のように変更されました:Result for one seat add operation. -
[log] ✔ フィールド
AddSeatResult.jobKeyの説明が次から:Encrypted aggJobId for the seat. Pass to `updateSeats` / `clearSeats` via `SeatIdentifierInput.jobKey`.Null when the seat addition failed.次のように変更されました:
Encrypted `aggJobId` for the seat. Pass it to `SeatIdentifierInput.jobKey` in `updateSeats` or `clearSeats`.`null` if the seat add failed. -
[log] ✔ 説明:
Input for the `addSeats` mutation.タイプ
AddSeatsInputの説明が次のように変更されました:`addSeats` input. -
[log] ✔ 入力フィールド
AddSeatsInput.seatAdditionsの説明が次から:Seat additions to process. Accepts exactly one item at this time.次のように変更されました:
Seat additions to process. Accepts one item. -
[log] ✔ 説明:
Return type for `addSeats`.タイプ
AddSeatsPayloadの説明が次のように変更されました:`addSeats` return type. -
[log] ✔ フィールド
AddSeatsPayload.resultsの説明が次から:Results for each seat add operation.次のように変更されました:
Results for each seat add. -
[log] ✔ 説明:
Individual seat clear operation.タイプ
ClearSeatInputの説明が次のように変更されました:One seat clear operation. -
[log] ✔ 入力フィールド
ClearSeatInput.employerJobの説明が次から:Identifies the employer job whose seat is being removed.次のように変更されました:
Employer job for the seat. -
[log] ✔ 入力フィールド
ClearSeatInput.seatIdentifierの説明が次から:Identifies the seat to remove. Provide exactly one field.次のように変更されました:
Seat to remove. Provide one field. -
[log] ✔ 説明:
Result for a single seat clear operation.タイプ
ClearSeatResultの説明が次のように変更されました:Result for one seat clear operation. -
[log] ✔ フィールド
ClearSeatResult.jobKeyの説明が次から:Encrypted aggJobId for the seat.次のように変更されました:
Encrypted `aggJobId` for the seat. -
[log] ✔ 説明:
Input for the `clearSeats` mutation.タイプ
ClearSeatsInputの説明が次のように変更されました:`clearSeats` input. -
[log] ✔ 入力フィールド
ClearSeatsInput.seatRemovalsの説明が次から:Seat removals to process. Accepts exactly one item at this time.次のように変更されました:
Seat removals to process. Accepts one item. -
[log] ✔ 説明:
Return type for `clearSeats`.タイプ
ClearSeatsPayloadの説明が次のように変更されました:`clearSeats` return type. -
[log] ✔ フィールド
ClearSeatsPayload.resultsの説明が次から:Results for each seat clear operation.次のように変更されました:
Results for each seat clear. -
[log] ✔ 説明:
Clears all updates from the `updateSourcedJobPostings` mutation.**Note**: Not atomic. Errors can cause partial clears.タイプ
ClearSourcedJobPostingUpdateInputの説明が次のように変更されました:Clears updates from `updateSourcedJobPostings`.Not atomic. Errors can partially clear updates. -
[log] ✔ 入力フィールド
ClearSourcedJobPostingUpdateInput.sourcedPostingIdの説明が次から:Job post UUID from `createSourcedJobPostings`, or an employer job ID (UUID or base64-encoded [`EmployerJob`](/api/job/objects/EmployerJob) [IRI](/getstarted/iris)).次のように変更されました:
Job post UUID from `createSourcedJobPostings`, or employer job ID as a UUID or base64-encoded [`EmployerJob`](/api/job/objects/EmployerJob) [IRI](/getstarted/iris). -
[log] ✔ フィールド
ClearSourcedJobPostingUpdateResult.jobPostingの説明が次から:Job posting that was cleared. null if no updates were cleared.次のように変更されました:
The cleared job posting, or null if nothing was cleared. -
[log] ✔ 説明:
Input for the `clearSourcedJobPostingUpdates` mutation.タイプ
ClearSourcedJobPostingUpdatesInputの説明が次のように変更されました:`clearSourcedJobPostingUpdates` input. -
[log] ✔ 説明:
Return type for `updateSourcedJobPostings`.タイプ
ClearSourcedJobPostingUpdatesPayloadの説明が次のように変更されました:Return type for `clearSourcedJobPostingUpdates`. -
[log] ✔ フィールド
ClearSourcedJobPostingUpdatesPayload.resultsの説明が次から:Results for each clear operation.Array values are non-null, but `jobPosting` can be null if updates were not cleared.次のように変更されました:
Results for each clear operation.Array items are never null, but `jobPosting` can be null if nothing was cleared. -
[log] ✔ 説明:
Format of the job description content.タイプ
DescriptionFormattingの説明が次のように変更されました:Job description format. -
[log] ✔ 説明:
for enum value DescriptionFormatting.HTML changed from HTML format.次のように変更されました:
HTML. -
[log] ✔ 説明:
for enum value DescriptionFormatting.TEXT changed from Plain text format. Default if not specified.次のように変更されました:
Plain text. This is the default. -
[log] ✔ 説明:
Identifies the employer job by exactly one of: `sourcedPostingId` (UUID) or `employerJobId` (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 returned by `createSourcedJobPostings` or the `EmployerJob` type.次のように変更されました:
Base64-encoded IRI from `EmployerJob`. Accepts values from `createSourcedJobPostings` or `EmployerJob`. -
[log] ✔ フィールド
JobsIngestMutations.addSeatsの説明が次から:Adds new seats to an existing job. Fails if seatPostingId already exists.次のように変更されました:
Adds seats to a job. Fails if the `seatPostingId` already exists. -
[log] ✔ フィールド
JobsIngestMutations.clearSeatsの説明が次から:Clears/expires seats from an existing job.次のように変更されました:
Clears or expires seats from a job. -
[log] ✔ フィールド
JobsIngestMutations.clearSourcedJobPostingUpdatesの説明が次から:Clears updates from the `updateSourcedJobPostings` mutation.次のように変更されました:
Clears updates made by `updateSourcedJobPostings`. -
[log] ✔ フィールド
JobsIngestMutations.updateSeatsの説明が次から:Updates existing seats on a job.次のように変更されました:
Updates seats on a job. -
[log] ✔ フィールド
JobsIngestMutations.updateSourcedJobPostingsの説明が次から:Updates a sourced job. The caller must have claimed the job source. Accepts one update per call; multiple updates cause an error.次のように変更されました:
Updates a sourced job. You must claim the job source before calling this mutation. Only one update is allowed per call. -
[log] ✔ 説明:
Identifies a seat by `jobKey`.タイプ
SeatIdentifierInputの説明が次のように変更されました:Identifies the seat by `jobKey`. -
[log] ✔ 入力フィールド
SeatIdentifierInput.jobKeyの説明が次から:Encrypted unique identifier of `jobPostId` corresponding to the seats [JobPost](https://docs.indeed.com/api/job/objects/JobPost). Returned in `addSeats`; also available on [EmployerJobSeatMetaData](https://docs.indeed.com/api/job/objects/EmployerJobSeatMetaData).次のように変更されました:
Encrypted `jobPostId` for the seats `JobPost`. Returned by `addSeats` and also available on `EmployerJobSeatMetaData`. -
[log] ✔ 説明:
Salary for a seat. Use `maximumMinor` and `minimumMinor` for a range, or set both to the same value for a fixed salary.タイプ
SeatJobPostingSalaryInputの説明が次のように変更されました:Salary for a seat. Use `maximumMinor` and `minimumMinor` for a range. For a fixed salary, set both fields to the same value. -
[log] ✔ 入力フィールド
SeatJobPostingSalaryInput.currencyの説明が次から:Salary currency in ISO 4217 format (such as `USD`).次のように変更されました:
Salary currency in ISO 4217 format, such as `USD`. -
[log] ✔ 入力フィールド
SeatLocationInput.cityRegionPostalの説明が次から:City, region (state/province), and postal code.Examples: `Austin, TX, 78701` (USA); `Mayfair, London, W1J` (UK); `100-8994 東京都千代田区丸の内` (Japan) to City, region, and postal code.Examples: `Austin, TX, 78701`, `Mayfair, London, W1J`, `100-8994 東京都千代田区丸の内`. -
[log] ✔ 入力フィールド
SeatLocationInput.latitudeの説明が次から:Job location latitude.次のように変更されました:
Latitude for the job location. -
[log] ✔ 入力フィールド
SeatLocationInput.longitudeの説明が次から:Job location longitude.次のように変更されました:
Longitude for the job location. -
[log] ✔ 入力フィールド
SeatLocationInput.streetAddressの説明が次から:Street address. Example: `1600 Pennsylvania Ave` (USA).次のように変更されました:
Street address. Example: `1600 Pennsylvania Ave`. -
[log] ✔ 入力フィールド
SeatTaxonomyInput.attributesの説明が次から:Taxonomy attributes ([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 or set to `null` for non-remote jobs.Values: `Fully Remote`, `Hybrid Remote`.次のように変更されました:
Location flexibility. Omit this field or set it to `null` for non-remote jobs.Values: `Fully Remote`, `Hybrid Remote`. -
[log] ✔ 説明:
Return type for an accepted job update. Changes might not appear immediately.タイプ
SourcedJobPostingUpdateの説明が次のように変更されました:Return type for an accepted job update. Changes might not appear right away. -
[log] ✔ フィールド
SourcedJobPostingUpdate.employerJobIdの説明が次から:Employer job ID (base64-encoded [IRI](/getstarted/iris)).次のように変更されました:
Employer job ID, base64-encoded as an [IRI](/getstarted/iris). -
[log] ✔ 説明:
Seat body for an update operation. All fields optional — provide only those changing.タイプ
UpdateSeatBodyInputの説明が次のように変更されました:Seat body for updating a seat. All fields are optional. Provide only changed fields. -
[log] ✔ 説明:
Individual seat update operation.タイプ
UpdateSeatInputの説明が次のように変更されました:One seat update operation. -
[log] ✔ 入力フィール ド
UpdateSeatInput.employerJobの説明が次から:Identifies the employer job whose seat is being updated.次のように変更されました:
Employer job for the seat. -
[log] ✔ 入力フィールド
UpdateSeatInput.seatIdentifierの説明が次から:Identifies the seat to update. Provide exactly one field.次のように変更されました:
Seat to update. Provide one field. -
[log] ✔ 説明:
Seat metadata for an update operation.タイプ
UpdateSeatMetadataInputの説明が次のように変更されました:Seat metadata for updating a seat. -
[log] ✔ 入力フィールド
UpdateSeatMetadataInput.taxonomyClassificationの説明が次から:Taxonomy classification for this seat.次のように変更されました:
Taxonomy classification for the seat. -
[log] ✔ 入力フィールド
UpdateSeatMetadataInput.trackingUrlの説明が次から:Tracking URL for this seat. Omit or set to `null` for no change.次のように変更されました:
Tracking URL for the seat. Omit or set to `null` for no change. -
[log] ✔ 入力フィールド
UpdateSeatMetadataInput.urlの説明が次から:Seat-specific job URL. Omit or set to `null` for no change.次のように変更されました:
Job URL for the seat. Omit or set to `null` for no change. -
[log] ✔ 説明:
Result for a single seat update operation.タイプ
UpdateSeatResultの説明が次のように変更されました:Result for one seat update. -
[log] ✔ フィールド
UpdateSeatResult.seatPostingIdの説明が次から:Agency-provided seat identifier.次のように変更されました:
Agency-provided seat ID. -
[log] ✔ 説明:
Input for the `updateSeats` mutation.タイプ
UpdateSeatsInputの説明が次のように変更されました:`updateSeats` input. -
[log] ✔ 入力フィールド
UpdateSeatsInput.seatUpdatesの説明が次から:Seat updates to process. Accepts exactly one item at this time.次のように変更されました:
Seat updates to process. Accepts one item. -
[log] ✔ フィールド
UpdateSeatsPayload.resultsの説明が次から:Results for each seat update operation.次のように変更されました:
Results for each seat update. -
[log] ✔ 説明:
Updates the job posting 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 (max 200 characters). Omit or set to null for no change.次のように変更されました:
Company name. Maximum 200 characters. Omit or set to `null` for no change. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingBodyInput.descriptionの説明が次から:Job description (30–20,000 characters). Omit or set to null for no change.次のように変更されました:
Job description. 30 to 20,000 characters. Omit or set to `null` for no change. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingBodyInput.jobLocationの説明が次から:Job location. Omit or set to null for no change.次のように変更されました:
Job location. Omit or set to `null` for no change. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingBodyInput.salaryの説明が次から:Job salary. Omit or set to null for no change.次のように変更されました:
Job salary. Omit or set to `null` for no change. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingBodyInput.titleの説明が次から:Job title (max 75 characters). Omit or set to null for no change.次のように変更されました:
Job title. Maximum 75 characters. Omit or set to `null` for no change. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingGeneralLocationInput.cityRegionPostalの説明が次から:City, region (state/county/prefecture), and postal code.Examples: Washington, District of Columbia, 20500 (USA); Mayfair, London, W1J (UK) to City, region, and postal code.Examples: `Washington, District of Columbia, 20500`, `Mayfair, London, W1J`. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingGeneralLocationInput.streetAddressの説明が次から:Street address of the job location.Example: 1600 Pennsylvania Ave (USA) to Street address of the job location.Example: `1600 Pennsylvania Ave`. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingInput.sourcedPostingIdの説明が次から:Employer job UUID from `createSourcedJobPostings`. Accepts UUID or base64-encoded IRI from `EmployerJob`.次のように変更されました:
Employer job UUID from `createSourcedJobPostings`. Also accepts a base64-encoded IRI from `EmployerJob`. -
[log] ✔ 説明:
Job location update. Provide exactly one field or an error occurs.タイプ
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 input. Accepts values from `cityRegionPostal` to specific addresses. -
[log] ✔ 説明:
Job metadata to update. At least one field required.**Note**: Not atomic. Errors can cause partial updates.タイプ
UpdateSourcedJobPostingMetadataInputの説明が次のように変更されました:Job metadata to update. Provide at least one field.Not atomic. Errors can cause partial updates. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingMetadataInput.campaignCategoriesの説明が次から:Category tags to group jobs for campaigns.次のように変更されました:
Category tags for campaign grouping. -
[log] ✔ フィールド
UpdateSourcedJobPostingResult.jobPostingの説明が次から:Job posting for the update. null if the update was not accepted.次のように変更されました:
Updated job posting, or null if the update was not accepted. -
[log] ✔ 入力フィールド
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`. Omit or set to `null` for no change. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingSalaryInput.maximumMinorの説明が次から:Maximum amount in local minor currency. Omit or set to null to clear.次のように変更されました:
Maximum amount in local minor currency. Omit or set to `null` to clear. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingSalaryInput.minimumMinorの説明が次から:Minimum amount in local minor currency. Omit or set to null to clear.次のように変更されました:
Minimum amount in local minor currency. Omit or set to `null` to clear. -
[log] ✔ 説明:
Input for the `updateSourcedJobPostings` mutation.タイプ
UpdateSourcedJobPostingsInputの説明が次のように変更されました:`updateSourcedJobPostings` input. -
[log] ✔ フィールド
UpdateSourcedJobPostingsPayload.resultsの説明が次から:Results for each update. Array values are non-null, but `jobPosting` is null if the update was not accepted.次のように変更されました:
Results for each update. Array items are never null, but `jobPosting` is null if the update was not accepted.