2026-08-11
GraphQLスキーマ変更ログ: 2026-08-11
📘 ドキュメント: GraphQLスキーマおよびGraphQL APIリファレンスを次の変更内容で更新しました:
-
ディレクティブ
assetMetadataを削除しました。 -
ディレクティブ
retentionを削除しました。 -
ディレクティブ
sensitiveDataを削除しました。 -
ディレクティブ
authenticatedを削除しました。 -
ディレクティブ
requiresScopesを削除しました。 -
enum値
DescriptionFormatting.TEXTの説明を変更しました。変更前:Plain text. This is the default.変更後:
Plain text. Default. -
フィールド
EmployerJob.roleDataの説明を変更しました。変更前:All data that applies to the job role.変更後:
Role-level job data. -
フィールド
EmployerJob.seatsConnectionの説明を変更しました。変更前:Paginated job seats. `first`: Page size. `after`: Pagination cursor.変更後:
Paginated job seats. Use `first` for page size and `after` for the cursor. -
タ イプ
EmployerJobBasePayの説明を変更しました。変更前:Standard pay is represented with this class, expressed as an amount paid per time unit.変更後:
Standard pay uses this class and is expressed as an amount per time unit. -
フィールド
EmployerJobBasePay.payRangeMinorの説明を変更しました。変更前:Pay amount in minor currency units変更後:
Pay amount in minor currency units. -
フィールド
EmployerJobBasePay.payTimeUnitの説明を変更しました。変更前:Time unit corresponding変更後:
pay range to Time unit for the pay range. -
タイプ
EmployerJobCanonicalPayの説明を変更しました。変更前:Canonical pay represents multiple forms of financial compensation offered by the employer.変更後:
Canonical pay defines employer compensation across pay types. -
フィールド
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). -
フィールド
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. -
タイプ
EmployerJobRoleDataの説明を変更しました。変更前: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.変更後:
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. -
フィールド
EmployerJobRoleData.companyの説明を変更しました。変更前:Name of the hiring company for the job.変更後:
Hiring company name. -
フィールド
EmployerJobRoleData.metaDataの説明を変更しました。変更前:Various IDs and other meta data specific to the EmployerJob.変更後:
Employer job IDs and metadata. -
タイプ
EmployerJobRoleMetaDataの説明を変更しました。変更前:Contains various meta data for an [EmployerJob](/api/job/objects/EmployerJob).変更後:
Contains metadata for an [`EmployerJob`](/api/job/objects/EmployerJob). -
フィールド
EmployerJobRoleMetaData.dateCreatedの説明を変更しました。変更前:Creation timestamp for the EmployerJob.変更後:
Creation timestamp for the `EmployerJob`. -
フィールド
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. -
タイプ
EmployerJobSeatの説明を変更しました。変更前:Seat for an [EmployerJob](/api/job/objects/EmployerJob).変更後:
Seat for an [`EmployerJob`](/api/job/objects/EmployerJob). -
フィールド
EmployerJobSeat.jobPostの説明を変更しました。変更前:This seats job posting.変更後:
This seat’s job posting. -
タイプ
EmployerJobSeatDataの説明を変更しました。変更前: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.変更後:
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. -
フィールド
EmployerJobSeatData.campaignCategoriesの説明を変更しました。変更前:IDs for grouping related seats in sponsored job campaigns.変更後:
IDs that group related seats in sponsored job campaigns. -
フィールド
EmployerJobSeatData.descriptionの説明を変更しました。変更前:Seat description formatted in SRF (Selenium Rich Format).変更後:
Seat description in SRF (Selenium Rich Format). -
フィールド
EmployerJobSeatData.locationの説明を変更しました。変更前:Holds all data related to where the work for a job seat will be performed.変更後:
Work location for this seat. -
フィールド
EmployerJobSeatData.metaDataの説明を変更しました。変更前:Various IDs and meta data specific to a seat変更後:
Seat IDs and metadata. -
フィールド
EmployerJobSeatData.payの説明を変更しました。変更前:Holds all data related to pay for the work to be performed変更後:
Pay data for this seat. -
フィールド
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. -
タイプ
EmployerJobSeatMetaDataの説明を変更しました。変更前:Contains various meta data for an [EmployerJobSeat](/api/job/objects/EmployerJobSeat).変更後:
Metadata for an [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat). -
フィールド
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). -
フィールド
EmployerJobSeatMetaData.seatPostingIdの説明を変更しました。変更前:Posting ID for the job seat. Also known as `referenceNumber` or `refnum`.変更後:
Job seat posting ID, also called `referenceNumber` or `refnum`. -
フィールド
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`. -
タイプ
EmployerJobSeatVisibilityDataの説明を変更しました。変更前:Contains data describing when, where, and how a job seat is visible to job seekers [EmployerJobSeat](/api/job/objects/EmployerJobSeat).変更後:
Describes when, where, and how an [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) is visible to job seekers. -
フィールド
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. -
フィールド
EmployerJobSeatVisibilityData.trackingUrlの説明を変更しました。変更前:Tracking URL for the job seat.変更後:
Tracking URL for this job seat. -
説明を変更しました。変更前:
A page of [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) results on type EmployerJobSeatsConnection変更後:
A page of [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) results. -
フィールド
EmployerJobSeatsConnection.edgesの説明を変更しました。変更前:[`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) edges for this connection.変更後:
Edges in this [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) connection. -
フィールド
EmployerJobSeatsConnection.pageInfoの説明を変更しました。変更前:This connections pagination data.変更後:
Pagination data for this connection. -
フィールド
EmployerJobSeatsConnection.seatsの説明を変更しました。変更前:[`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) results for this connection.変更後:
[`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) items in this connection. -
タイプ
EmployerJobSeatsEdgeの説明を変更しました。変更前:Associates an [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) with a pagination cursor.変更後:
Links an [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) to a pagination cursor. -
フィールド
EmployerJobSeatsEdge.cursorの説明を変更しました。変更前:This edges pagination cursor.変更後:
Pagination cursor for this edge. -
フィールド
EmployerJobSeatsEdge.nodeの説明を変更しました。変更前:The [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) for this edge.変更後:
[`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) for this edge. -
タイプ
JobPostの説明を変更しました。変更前:Indeeds job object view. Connects employer job data with post-level data visible to job seekers.変更後:
Indeed job view that links employer job data to post-level data shown to job seekers. -
フィールド
JobPost.externalPartnerCallToActionの説明を変更しました。変更前:Call to action for the job posting.変更後:
Input to request a call to action for this job posting. -
フィールド
JobPost.idの説明を変更しました。変更前:[IRI](/getstarted/iris) of the job key.変更後:
Job key [IRI](/integration-basics/graphql-at-indeed/iris). -
タイプ
JobPostCallToActionの説明を変更しました。変更前:Call to action for the job posting.変更後:
Call-to-action data for a job post. -
フィールド
JobPostCallToAction.imageUrlの説明を変更しました。変更前:Call to action image URL.変更後:
Call-to-action image URL. -
フィールド
JobPostCallToAction.statusNameの説明を変更しました。変更前:Call to action status.変更後:
Call-to-action status. -
タイプ
JobPostCallToActionInputの説明を変更しました。変更前:Input for a job posting call to action.変更後:
Input for job posting call-to-action data. -
入力フィールド
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`. -
タイプ
JobPostCallToActionStatusの説明を変更しました。変更前:Status of the call to action for a job posting.変更後:
Call-to-action status for a job post. -
enum値
JobPostCallToActionStatus.EXPIREDの説明を変更しました。変更前:The job posting has expired and is no longer searchable on Indeed.変更後:
Job posting is expired and no longer searchable on Indeed. -
enum値
JobPostCallToActionStatus.NEEDS_SPONSORSHIPの説明を変更しました。変更前:The job posting requires sponsorship to be searchable on Indeed.変更後:
Job posting requires sponsorship to be searchable on Indeed. -
enum値
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. -
enum値
JobPostCallToActionStatus.SEARCHABLEの説明を変更しました。変更前:The job posting is active and searchable on Indeed.変更後:
Job posting is active and searchable on Indeed. -
タイプ
JobPostStatusの説明を変更しました。変更前:External status types from the job posting.変更後:
External job-post status types. -
入力フィールド
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. -
タイプ
JobPostStatusInputの説明を変更しました。変更前:Input for `JobPost` status. Required for GraphQL Federation.変更後:
Input for `JobPost.status`. Required for GraphQL Federation. -
入力フィールド
JobPostStatusInput.surfaceContextsの説明を変更しました。変更前:Surface contexts for job posting status.変更後:
Surface contexts used to evaluate status. -
入力フィールド
JobPostSurfaceContextInput.statusCommunicationSettingsの説明を変更しました。変更前:Translation language and message type.変更後:
Language and message-type settings. -
フィールド
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). -
フィールド
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).