2026-08-11
GraphQLスキーマ変更ログ: 2026-08-11
📘 ドキュメント: GraphQLスキーマおよびGraphQL APIリファレンスを次の変更内容で更新しました:
-
[log] ✖ ディレクティブ
assetMetadataが削除されました -
[log] ✖ ディレクティブ
retentionが削除されました -
[log] ✖ ディレクティブ
sensitiveDataが削除されました -
[log] ✖ ディレクティブ
authenticatedが削除されました -
[log] ✖ ディレクティブ
requiresScopesが削除されました -
[log] ✔ 列挙値
DescriptionFormatting.TEXTの説明が次から:Plain text. This is the default.次のように変更されました:
Plain text. Default. -
[log] ✔ フィールド
EmployerJob.roleDataの説明が次から:All data that applies to the job role.次のように変更されました:
Role-level job data. -
[log] ✔ フィールド
EmployerJob.seatsConnectionの説明が次から:Paginated job seats. `first`: Page size. `after`: Pagination cursor.次のように変更されました:
Paginated job seats. Use `first` for page size and `after` for the cursor. -
[log] ✔ 説明:
Standard pay is represented with this class, expressed as an amount paid per time unit.タイプ
EmployerJobBasePayの説明が次のように変更されました:Standard pay uses this class and is expressed as an amount per time unit. -
[log] ✔ フィールド
EmployerJobBasePay.payRangeMinorの説明が次から:Pay amount in minor currency units次のように変更されま した:
Pay amount in minor currency units. -
[log] ✔ フィールド
EmployerJobBasePay.payTimeUnitの説明が次から:Time unit corresponding次のように変更されました:
pay range to Time unit for the pay range. -
[log] ✔ 説明:
Canonical pay represents multiple forms of financial compensation offered by the employer.タイプ
EmployerJobCanonicalPayの説明が次のように変更されました:Canonical pay defines employer compensation across pay types. -
[log] ✔ フィールド
EmployerJobCanonicalPay.basePayの説明が次から:Standard base pay expressed as an amount paid for a selected unit of time (e.g. hourly)次のように変更されました:
Standard base pay per selected time unit (for example, hourly). -
[log] ✔ フィールド
EmployerJobCanonicalPay.currencyの説明が次から:[ISO 4217](https://www.iso.org/iso-4217-currency-codes.html)-formatted currency code.次のように変更されました:
[ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) currency code. -
[log] ✔ 説明:
Contains all role-level data for an EmployerJob. Role data can be thought of as a set of default values for every seat on the job. When a field exists at both the role and seat level, the seat data will override the role default when present.タイプ
EmployerJobRoleDataの説明が次のように変更されました:Role-level data for an `EmployerJob`. Role values are defaults for all seats. When both `role` and `seat` define a field, `seat` values take precedence. -
[log] ✔ フィールド
EmployerJobRoleData.companyの説明が次から:Name of the hiring company for the job.次のように変更されました:
Hiring company name. -
[log] ✔ フィールド
EmployerJobRoleData.metaDataの説明が次から:Various IDs and other meta data specific to the EmployerJob.次のように変更されました:
Employer job IDs and metadata. -
[log] ✔ 説明:
Contains various meta data for an [EmployerJob](/api/job/objects/EmployerJob).タイプ
EmployerJobRoleMetaDataの説明が次のように変更されました:Contains metadata for an [`EmployerJob`](/api/job/objects/EmployerJob). -
[log] ✔ フィールド
EmployerJobRoleMetaData.dateCreatedの説明が次から:Creation timestamp for the EmployerJob.次のように変更されました:
Creation timestamp for the `EmployerJob`. -
[log] ✔ フィールド
EmployerJobRoleMetaData.isExternalIntegratedJobの説明が次から:Set to true when the job data originated via an external ATS system integrated with Indeed.False if the job came from external crawling. Null if the job was directly posted on Indeed.次のように変更されました:
`true` if the job data comes from an external ATS integrated with Indeed.`false` if it comes from external crawling.`null` if it is posted directly on Indeed. -
[log] ✔ 説明:
Seat for an [EmployerJob](/api/job/objects/EmployerJob).タイプ
EmployerJobSeatの説明が次のように変更されました:Seat for an [`EmployerJob`](/api/job/objects/EmployerJob). -
[log] ✔ フィールド
EmployerJobSeat.jobPostの説明が次から:This seats job posting.次のように変更されました:
This seat’s job posting. -
[log] ✔ 説明:
Contains all job data available for an [EmployerJobSeat](/api/job/objects/EmployerJobSeat). If a field is not explicitly defined on the seat but the field does exist within the role data, then the role value for the field will be populated here.タイプ
EmployerJobSeatDataの説明が次のように変更されました:Job data for an [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat).If a field is missing on `seat` but exists in `role`, this object uses the `role` value. -
[log] ✔ フィールド
EmployerJobSeatData.campaignCategoriesの説明が次から:IDs for grouping related seats in sponsored job campaigns.次のように変更されました:
IDs that group related seats in sponsored job campaigns. -
[log] ✔ フィールド
EmployerJobSeatData.descriptionの説明が次から:Seat description formatted in SRF (Selenium Rich Format).次のように変更されました:
Seat description in SRF (Selenium Rich Format). -
[log] ✔ フィールド
EmployerJobSeatData.locationの説明が次から:Holds all data related to where the work for a job seat will be performed.次のように変更されました:
Work location for this seat. -
[log] ✔ フィールド
EmployerJobSeatData.metaDataの説明が次から:Various IDs and meta data specific to a seat次のように変更されました:
Seat IDs and metadata. -
[log] ✔ フィールド
EmployerJobSeatData.payの説明が次から:Holds all data related to pay for the work to be performed次のように変更されました:
Pay data for this seat. -
[log] ✔ フィールド
EmployerJobSeatData.visibilityDataの説明が次から:Defines when, where, and how the job seat is visible to job seekers次のように変更されました:
Visibility settings for when, where, and how job seekers see this seat. -
[log] ✔ 説明:
Contains various meta data for an [EmployerJobSeat](/api/job/objects/EmployerJobSeat).タイプ
EmployerJobSeatMetaDataの説明が次のように変更されました:Metadata for an [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat). -
[log] ✔ フィールド
EmployerJobSeatMetaData.jobKeyの説明が次から:Encrypted unique identifier of `jobPostId` corresponding to the seats [JobPost](/api/job/objects/EmployerJobSeat).次のように変更されました:
Encrypted unique ID of the seat’s `jobPostId` for [`JobPost`](/api/job/objects/JobPost). -
[log] ✔ フィールド
EmployerJobSeatMetaData.seatPostingIdの説明が次から:Posting ID for the job seat. Also known as `referenceNumber` or `refnum`.次のように変更されました:
Job seat posting ID, also called `referenceNumber` or `refnum`. -
[log] ✔ フィールド
EmployerJobSeatMetaData.seatRequisitionIdの説明が次から:Requisition ID for the job seat. Takes the first non-null value found from external job ID, `referenceNumber`, `referenceId`.次のように変更されました:
Job seat requisition ID.Uses the first non-null value from external job ID, `referenceNumber`, or `referenceId`. -
[log] ✔ 説明:
Contains data describing when, where, and how a job seat is visible to job seekers [EmployerJobSeat](/api/job/objects/EmployerJobSeat).タイプ
EmployerJobSeatVisibilityDataの説明が次のように変更されました:Describes when, where, and how an [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) is visible to job seekers. -
[log] ✔ フィールド
EmployerJobSeatVisibilityData.externalJobPageUrlの説明が次から:Job posting URL on a non-Indeed site, such as the employers website.次のように変更されました:
Job posting URL on a non-Indeed site, such as the employer website. -
[log] ✔ フィールド
EmployerJobSeatVisibilityData.trackingUrlの説明が次から:Tracking URL for the job seat.次のように変更されました:
Tracking URL for this job seat. -
[log] ✔ 説明:
A page of [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) results on type EmployerJobSeatsConnection次のように変更されました:
A page of [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) results. -
[log] ✔ フィールド
EmployerJobSeatsConnection.edgesの説明が次から:[`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) edges for this connection.次のように変更されました:
Edges in this [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) connection. -
[log] ✔ フィールド
EmployerJobSeatsConnection.pageInfoの説明が次から:This connections pagination data.次のように変更されました:
Pagination data for this connection. -
[log] ✔ フィールド
EmployerJobSeatsConnection.seatsの説明が次から:[`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) results for this connection.次のように変更されました:
[`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) items in this connection. -
[log] ✔ 説明:
Associates an [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) with a pagination cursor.タイプ
EmployerJobSeatsEdgeの説明が次のように変更されました:Links an [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) to a pagination cursor. -
[log] ✔ フィールド
EmployerJobSeatsEdge.cursorの説明が次から:This edges pagination cursor.次のように変更されました:
Pagination cursor for this edge. -
[log] ✔ フィールド
EmployerJobSeatsEdge.nodeの説明が次から:The [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) for this edge.次のように変更されました:
[`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) for this edge. -
[log] ✔ 説明:
Indeeds job object view. Connects employer job data with post-level data visible to job seekers.タイプ
JobPostの説明が次のように変更されました:Indeed job view that links employer job data to post-level data shown to job seekers. -
[log] ✔ フィールド
JobPost.externalPartnerCallToActionの説明が次から:Call to action for the job posting.次のように変更されました:
Input to request a call to action for this job posting. -
[log] ✔ フィールド
JobPost.idの説明が次から:[IRI](/getstarted/iris) of the job key.次のように変更されました:
Job key [IRI](/integration-basics/graphql-at-indeed/iris). -
[log] ✔ 説明:
Call to action for the job posting.タイプ
JobPostCallToActionの説明が次のように変更されました:Call-to-action data for a job post. -
[log] ✔ フィールド
JobPostCallToAction.imageUrlの説明が次から:Call to action image URL.次のように変更されました:
Call-to-action image URL. -
[log] ✔ フィールド
JobPostCallToAction.statusNameの説明が次から:Call to action status.次のように変更されました:
Call-to-action status. -
[log] ✔ 説明:
Input for a job posting call to action.タイプ
JobPostCallToActionInputの説明が次のように変更されました:Input for job posting call-to-action data. -
[log] ✔ 入力フィールド
JobPostCallToActionInput.localeの説明が次から:Locale for the call to action. See [Supported language codes, country codes, and locales](/api/reference/language-and-country-codes). Unsupported locales default to `en-us`.次のように変更されました:
Locale for call-to-action content.See [Supported language codes, country codes, and locales](/api/reference/language-and-country-codes).Unsupported locales default to `en-US`. -
[log] ✔ 説明:
Status of the call to action for a job posting.タイプ
JobPostCallToActionStatusの説明が次のように変更されました:Call-to-action status for a job post. -
[log] ✔ 列挙値
JobPostCallToActionStatus.EXPIREDの説明が次から:The job posting has expired and is no longer searchable on Indeed.次のように変更されました:
Job posting is expired and no longer searchable on Indeed. -
[log] ✔ 列挙値
JobPostCallToActionStatus.NEEDS_SPONSORSHIPの説明が次から:The job posting requires sponsorship to be searchable on Indeed.次のように変更されました:
Job posting requires sponsorship to be searchable on Indeed. -
[log] ✔ 列挙値
JobPostCallToActionStatus.NOT_SEARCHABLEの説明が次から:The job posting is not searchable on Indeed for an unspecified reason.次のように変更されました:
Job posting is not searchable on Indeed for an unspecified reason. -
[log] ✔ 列挙値
JobPostCallToActionStatus.SEARCHABLEの説明が次から:The job posting is active and searchable on Indeed.次のように変更されました:
Job posting is active and searchable on Indeed. -
[log] ✔ 説明:
External status types from the job posting.タイプ
JobPostStatusの説明が次のように変更されました:External job-post status types. -
[log] ✔ 入力フィールド
JobPostStatusCommunicationSettingsInput.communicationInterfaceNameの説明が次から:Interface name for status messages, such as `myJobBoardName`. Combines locale and message control name.次のように変更 されました:
Interface name for status messages (for example, `myJobBoardName`).Combines locale and message control name. -
[log] ✔ 説明:
Input for `JobPost` status. Required for GraphQL Federation.タイプ
JobPostStatusInputの説明が次のように変更されました:Input for `JobPost.status`. Required for GraphQL Federation. -
[log] ✔ 入力フィールド
JobPostStatusInput.surfaceContextsの説明が次から:Surface contexts for job posting status.次のように変更されました:
Surface contexts used to evaluate status. -
[log] ✔ 入力フィールド
JobPostSurfaceContextInput.statusCommunicationSettingsの説明が次から:Translation language and message type.次のように変更されました:
Language and message-type settings. -
[log] ✔ フィールド
Query.nodeの説明が次から:Returns a reference to an entity that implements the Node interface by extracting its type (__typename) from the supplied id, which should be an IRI. (https://docs.indeed.com/api/common/objects/ID)次のように変更されました:
Returns a reference to an entity that implements the `Node` interface by extracting its type (__typename) from the supplied [ID](/api/common/objects/ID), which is an [IRI](/getstarted/iris). -
[log] ✔ フィールド
Query.nodesの説明が次から:Returns a list of references to entities that implements the Node interface by extracting their type (__typename) from the supplied ids, which should be IRIs. (https://docs.indeed.com/api/common/objects/ID)次のように変更されました:
Lists references to entities that implement the `Node` interface by extracting their type (__typename) from the supplied [IDs](/api/common/objects/ID), which are [IRIs](/getstarted/iris).