2026-08-17
GraphQLスキーマ変更ログ: 2026-08-17
📘 ドキュメント: GraphQLスキーマおよびGraphQL APIリファレンスを次の変更内容で更新しました:
-
[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] ✔ 入力フィールド
AddSeatsInput.seatAdditionsの説明が次から:Seat additions to process. Accepts one item.次のように変更されました:
Seat additions to process. -
[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] ✔ 説明:
Date with time (isoformat)タイプ
DateTimeの説明が次のように変更されました:Datetime as [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339). -
[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] ✔ オブジェクトタイプ
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.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] ✔ 入力フィールド
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] ✔ 説明:
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] ✔ 説明:
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.タイプ
UpdateSourcedJobPostingMetadataInputの説明が次のように変更されました:Job metadata to update. Not atomic. Errors can cause partial updates. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingMetadataInput.trackingUrlの説明が次から:Job tracking URL.次のように変更されました:
Tracking URL. -
[log] ✔ 説明:
Return type for each `updateSourcedJobPostings` result.タイプ
UpdateSourcedJobPostingResultの説明が次のように変更されました:Result for one `updateSourcedJobPostings` operation. -
[log] ✔ フィールド
UpdateSourcedJobPostingResult.jobPostingの説明が次から:Updated job posting, or null if the update was not accepted.次のように変更されました:
Updated job posting. Null if the update was not accepted. -
[log] ✔ オブジェクトタイプ
UpdateSourcedJobPostingSalaryInputの説明:Salary update. -
[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`.To leave the value unchanged, omit this field or set it to null. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingSalaryInput.maximumMinorの説明が次から:Maximum amount in local minor currency. Omit or set to `null` to clear.次のように変更されました:
Maximum amount in local minor currency.To clear, omit this field or set it to null.Every non-null `salary` object must include `period`, including when `maximumMinor` is set to null to clear a value. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingSalaryInput.minimumMinorの説明が次から:Minimum amount in local minor currency. Omit or set to `null` to clear.次のように変更されました:
Minimum amount in local minor currency.To clear, omit this field or set it to null.Every non-null `salary` object must include `period`, including when `minimumMinor` is set to null to clear a value. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingSalaryInput.periodの説明が次から:Salary period.次のように変更されました:
Salary period.Every non-null `salary` object must include `period`, including when `maximumMinor` or `minimumMinor` is set to null to clear a value. -
[log] ✔ 説明 :
`updateSourcedJobPostings` input.タイプ
UpdateSourcedJobPostingsInputの説明が次のように変更されました:Input for `updateSourcedJobPostings`. -
[log] ✔ 説明:
Return type for `updateSourcedJobPostings`.タイプ
UpdateSourcedJobPostingsPayloadの説明が次のように変更されました:Payload for `updateSourcedJobPostings`. -
[log] ✔ フィールド
UpdateSourcedJobPostingsPayload.resultsの説明が次から:Results for each update. Array items are never null, but `jobPosting` is null if the update was not accepted.次のように変更されました:
Results for each update. Array items are never null.`jobPosting` is null if the update was not accepted. -
[log] ✔ 説明:
Well-formed URL. Specification: [RFC 2396/2732](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier)タイプ
WebUrlの説明が次のように変更されました:A well-formed URL ([RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986)).