2026-06-29
GraphQLスキーマ変更ログ: 2026-06-29
📘 ドキュメント: GraphQLスキーマおよびGraphQL APIリファレンスを次の変更内容で更新しました:
-
タイプ
AddSeatBodyInputの説明を変更しました。変更前:Seat body for an add operation.変更後:
Seat body for adding a seat. -
入力フィールド
AddSeatBodyInput.locationの説明を変更しました。変更前:Complete location information.変更後:
Location for the seat. -
入力フィールド
AddSeatBodyInput.salaryの説明を変更しました。変更前:Salary specific to this seat.変更後:
Salary for the seat. -
タイプ
AddSeatInputの説明を変更しました。変更前:Individual seat add operation.変更後:
One seat add operation. -
入力フィールド
AddSeatInput.employerJobの説明を変更しました。変更前:Identifies the employer job to add the seat to.変更後:
Employer job for the seat. -
入力フィールド
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. -
タイプ
AddSeatMetadataInputの説明を変更しました。変更前:Seat metadata for an add operation.変更後:
Seat metadata for adding a seat. -
入力フィールド
AddSeatMetadataInput.taxonomyClassificationの説明を変更しました。変更前:Taxonomy classification for this seat.変更後:
Taxonomy classification for the seat. -
入力フィールド
AddSeatMetadataInput.trackingUrlの説明を変更しました。変更前:Tracking URL for this seat.変更後:
Tracking URL for the seat. -
入力フィールド
AddSeatMetadataInput.urlの説明を変更しました。変更前:Seat-specific job URL.変更後:
Job URL for the seat. -
タイプ
AddSeatResultの説明を変更しました。変更前:Result for a single seat add operation.変更後:
Result for one seat add operation. -
フィールド
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. -
タイプ
AddSeatsInputの説明を変更しました。変更前:Input for the `addSeats` mutation.変更後:
`addSeats` input. -
入力フィールド
AddSeatsInput.seatAdditionsの説 明を変更しました。変更前:Seat additions to process. Accepts exactly one item at this time.変更後:
Seat additions to process. Accepts one item. -
タイプ
AddSeatsPayloadの説明を変更しました。変更前:Return type for `addSeats`.変更後:
`addSeats` return type. -
フィールド
AddSeatsPayload.resultsの説明を変更しました。変更前:Results for each seat add operation.変更後:
Results for each seat add. -
タイプ
ClearSeatInputの説明を変更しました。変更前:Individual seat clear operation.変更後:
One seat clear operation. -
入力フィールド
ClearSeatInput.employerJobの説明を変更しました。変更前:Identifies the employer job whose seat is being removed.変更後:
Employer job for the seat. -
入力フィールド
ClearSeatInput.seatIdentifierの説明を変更しました。変更前:Identifies the seat to remove. Provide exactly one field.変更後:
Seat to remove. Provide one field. -
タイプ
ClearSeatResultの説明を変更しました。変更前:Result for a single seat clear operation.変更後:
Result for one seat clear operation. -
フィールド
ClearSeatResult.jobKeyの説明を変更しました。変更前:Encrypted aggJobId for the seat.変更後:
Encrypted `aggJobId` for the seat. -
タイプ
ClearSeatsInputの説明を変更しました。変更前:Input for the `clearSeats` mutation.変更後:
`clearSeats` input. -
入力フィールド
ClearSeatsInput.seatRemovalsの説明を変更しました。変更前:Seat removals to process. Accepts exactly one item at this time.変更後:
Seat removals to process. Accepts one item. -
タイプ
ClearSeatsPayloadの説明を変更しました。変更前:Return type for `clearSeats`.変更後:
`clearSeats` return type. -
フィールド
ClearSeatsPayload.resultsの説明を変更しました。変更前:Results for each seat clear operation.変更後:
Results for each seat clear. -
タイプ
ClearSourcedJobPostingUpdateInputの説明を変更しました。変更前:Clears all updates from the `updateSourcedJobPostings` mutation.**Note**: Not atomic. Errors can cause partial clears.変更後:
Clears updates from `updateSourcedJobPostings`.Not atomic. Errors can partially clear updates. -
入力フィールド
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). -
フィールド
ClearSourcedJobPostingUpdateResult.jobPostingの説明を変更しました。変更前:Job posting that was cleared. null if no updates were cleared.変更後:
The cleared job posting, or null if nothing was cleared. -
タイプ
ClearSourcedJobPostingUpdatesInputの説明を変更しました。変更前:Input for the `clearSourcedJobPostingUpdates` mutation.変更後:
`clearSourcedJobPostingUpdates` input. -
タイプ
ClearSourcedJobPostingUpdatesPayloadの説明を変更しました。変更前:Return type for `updateSourcedJobPostings`.変更後:
Return type for `clearSourcedJobPostingUpdates`. -
フィールド
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. -
タイプ
DescriptionFormattingの説明を変更しました。変更前:Format of the job description content.変更後:
Job description format. -
説明を変更しました。変更前:
for enum value DescriptionFormatting.HTML changed from HTML format.変更後:
HTML. -
説明を変更しました。変更前:
for enum value DescriptionFormatting.TEXT changed from Plain text format. Default if not specified.変更後:
Plain text. This is the default. -
タイプ
EmployerJobIdentifierInputの説明を変更しました。変更前:Identifies the employer job by exactly one of: `sourcedPostingId` (UUID) or `employerJobId` (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 returned by `createSourcedJobPostings` or the `EmployerJob` type.変更後:
Base64-encoded IRI from `EmployerJob`. Accepts values from `createSourcedJobPostings` or `EmployerJob`. -
フィールド
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. -
フィールド
JobsIngestMutations.clearSeatsの説明を変更しました。変更前:Clears/expires seats from an existing job.変更後:
Clears or expires seats from a job. -
フィールド
JobsIngestMutations.clearSourcedJobPostingUpdatesの説明を変更しました。変更前:Clears updates from the `updateSourcedJobPostings` mutation.変更後:
Clears updates made by `updateSourcedJobPostings`. -
フィールド
JobsIngestMutations.updateSeatsの説明を変更しました。変更前:Updates existing seats on a job.変更後:
Updates seats on a job. -
フィールド
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. -
タイプ
SeatIdentifierInputの説明を変更しました。変更前:Identifies a seat by `jobKey`.変更後:
Identifies the seat by `jobKey`. -
入力フィールド
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`. -
タイプ
SeatJobPostingSalaryInputの説明を変更しました。変更前:Salary for a seat. Use `maximumMinor` and `minimumMinor` for a range, or set both to the same value for a fixed salary.変更後:
Salary for a seat. Use `maximumMinor` and `minimumMinor` for a range. For a fixed salary, set both fields to the same value. -
入力フィールド
SeatJobPostingSalaryInput.currencyの説明を変更しました。変更前:Salary currency in ISO 4217 format (such as `USD`).変更後:
Salary currency in ISO 4217 format, such as `USD`. -
入力フィールド
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 東京都千代田区丸の内`. -
入力フィールド
SeatLocationInput.latitudeの説明を変更しました。変更前:Job location latitude.変更後:
Latitude for the job location. -
入力フィールド
SeatLocationInput.longitudeの説明を変更しました。変更前 :Job location longitude.変更後:
Longitude for the job location. -
入力フィールド
SeatLocationInput.streetAddressの説明を変更しました。変更前:Street address. Example: `1600 Pennsylvania Ave` (USA).変更後:
Street address. Example: `1600 Pennsylvania Ave`. -
入力フィールド
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. -
入力フィールド
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`. -
タイプ
SourcedJobPostingUpdateの説明を変更しました。変更前:Return type for an accepted job update. Changes might not appear immediately.変更後:
Return type for an accepted job update. Changes might not appear right away. -
フィールド
SourcedJobPostingUpdate.employerJobIdの説明を変更しました。変更前:Employer job ID (base64-encoded [IRI](/getstarted/iris)).変更後:
Employer job ID, base64-encoded as an [IRI](/getstarted/iris). -
タイプ
UpdateSeatBodyInputの説明を変更しました。変更前:Seat body for an update operation. All fields optional — provide only those changing.変更後:
Seat body for updating a seat. All fields are optional. Provide only changed fields. -
タイプ
UpdateSeatInputの説明を変更しました。変更前:Individual seat update operation.変更後:
One seat update operation. -
入力フィールド
UpdateSeatInput.employerJobの説明を変更しました。変更前:Identifies the employer job whose seat is being updated.変更後:
Employer job for the seat. -
入力フィールド
UpdateSeatInput.seatIdentifierの説明を変更しました。変更前:Identifies the seat to update. Provide exactly one field.変更後:
Seat to update. Provide one field. -
タイプ
UpdateSeatMetadataInputの説明を変更しました。変更前:Seat metadata for an update operation.変更後:
Seat metadata for updating a seat. -
入力フィールド
UpdateSeatMetadataInput.taxonomyClassificationの説明を変更しました。変更前:Taxonomy classification for this seat.変更後:
Taxonomy classification for the seat. -
入力フィールド
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. -
入力フィールド
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. -
タイプ
UpdateSeatResultの説明を変更しました。変更前:Result for a single seat update operation.変更後:
Result for one seat update. -
フィールド
UpdateSeatResult.seatPostingIdの説明を変更しました。変更前:Agency-provided seat identifier.変更後:
Agency-provided seat ID. -
タイプ
UpdateSeatsInputの説明を変更しました。変更前:Input for the `updateSeats` mutation.変更後:
`updateSeats` input. -
入力フィールド
UpdateSeatsInput.seatUpdatesの説明を変更しました。変更前:Seat updates to process. Accepts exactly one item at this time.変更後:
Seat updates to process. Accepts one item. -
フィールド
UpdateSeatsPayload.resultsの説明を変更しました。変更前:Results for each seat update operation.変更後:
Results for each seat update. -
タイプ
UpdateSourcedJobPostingBodyInputの説明を変更しました。変更前:Updates the job posting 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 (max 200 characters). Omit or set to null for no change.変更後:
Company name. Maximum 200 characters. Omit or set to `null` for no change. -
入力フィールド
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. -
入力フィールド
UpdateSourcedJobPostingBodyInput.jobLocationの説明を変更しました。変更前:Job location. Omit or set to null for no change.変更後:
Job location. Omit or set to `null` for no change. -
入力フィールド
UpdateSourcedJobPostingBodyInput.salaryの説明を変更しました。変更前:Job salary. Omit or set to null for no change.変更後:
Job salary. Omit or set to `null` for no change. -
入力フィールド
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. -
入力フィールド
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`. -
入力フィールド
UpdateSourcedJobPostingGeneralLocationInput.streetAddressの説明を変更しました。変更前:Street address of the job location.Example: 1600 Pennsylvania Ave (USA) to Street address of the job location.Example: `1600 Pennsylvania Ave`. -
入力フィールド
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`. -
タイプ
UpdateSourcedJobPostingLocationInputの説明を変更しました。変更前:Job location update. Provide exactly one field or an error occurs.変更後:
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 input. Accepts values from `cityRegionPostal` to specific addresses. -
タイプ
UpdateSourcedJobPostingMetadataInputの説明を変更しました。変更前:Job metadata to update. At least one field required.**Note**: Not atomic. Errors can cause partial updates.変更後:
Job metadata to update. Provide at least one field.Not atomic. Errors can cause partial updates. -
入力フィールド
UpdateSourcedJobPostingMetadataInput.campaignCategoriesの説明を変更しました。変更前:Category tags to group jobs for campaigns.変更後:
Category tags for campaign grouping. -
フィールド
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. -
入力フィールド
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. -
入力フィールド
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. -
入力フィールド
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. -
タイプ
UpdateSourcedJobPostingsInputの説明を変更しました。変更前:Input for the `updateSourcedJobPostings` mutation.変更後:
`updateSourcedJobPostings` input. -
フィールド
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.