2026-04-06
GraphQLスキーマ変更ログ: 2026-04-06
📘 ドキュメント: GraphQLスキーマおよびGraphQL APIリファレンスを次の変更内容で更新しました:
-
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicantDetailsInputの説明:Input to applicant details. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.additionalInfoの説明が次から:Additional information about an application that may not fit into any other category of data provided次のように変更されました:
Additional information about the application that does not fit other categories. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.attachmentsの説明が次から:File attachments for this applicationMay include multiple resumes, cover letters, and other attachments.Only one attachment of type `RESUME` and one attachment of type `COVER_LETTER` may be included; use the `OTHER_RESUME` and `OTHER_COVER_LETTER` types (respectively) to include other resumes/cover letters.Only the resume of type `RESUME` will be parsed and used for matching/ranking applicants.次のように変更されました:
File attachments for the application. Can include multiple resumes, cover letters, and other attachments.Only one `RESUME` and one `COVER_LETTER` attachment are allowed. Use `OTHER_RESUME` and `OTHER_COVER_LETTER` for additional resumes and cover letters.Only the `RESUME` attachment is parsed for applicant matching and ranking. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.awardsの説明が次から:Awards achieved by the applicant次のように変更されました:
Applicants awards. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.certificationsの説明が次から:Licenses and certifications achieved by the applicant次のように変更されました:
Applicants licenses and certifications. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.countryの説明が次から:Country of residence of the applicant次のように変更されました:
Country of residence for the applicant. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.educationの説明が次から:Education history of the applicant次のように変更されました:
Applicants education history. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.emailの説明が次から:Contact email address of the applicant次のように変更されました:
Contact email address for the applicant. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.groupsの説明が次から:Applicants membership in groups次のように変更されました:
Applicants membership in groups. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.languageProficienciesの説明が次から:Languages known by the applicant次のように変更されました:
Languages known by the applicant. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.linksの説明が次から:Links to social media sites, blogs, etc. provided by the applicant次のように変更されました:
Links to social media sites, blogs, and other sites provided by the applicant. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.militaryの説明が次から:Military commendations achieved by the applicant次のように変更されました:
Applicants military commendations. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.nameの説明が次から:Full name of the applicant次のように変更されました:
Full name of the applicant. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.phoneの説明が次から:Contact phone number of the applicant次のように変更されました:
Contact phone number for the applicant. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.postalCodeの説明が次から:Postal code for the applicants address次のように変更されました:
Postal code for the applicants address. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.skillsの説明が次から:Skills held by the applicant次のように変更されました:
Applicants skills. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.streetAddressの説明が次から:Street address of the applicant including street name and number, city, administrative region (state, province, prefecture, etc.), and postal code**Example (USA)** 10721 Domain Dr, Austin, TX 78758**Example (UK)** 20 Farringdon Rd, London EC1M 3HEThis field will be used to generate geolocation data for the applicant, so it should be as accurate as possible.次のように変更されました:
Applicants street address, including street name and number, city, administrative region, and postal code.**Example (USA)** 10721 Domain Dr, Austin, TX 78758**Example (UK)** 20 Farringdon Rd, London EC1M 3HEUsed to generate geolocation data for the applicant. Provide as accurate a value as possible. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicantDetailsInput.workExperienceの説明が次から:Current and prior work experience of the applicant次のように変更されました:
Applicants work experience. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationAttachmentの説明:Candidate Sync application attachments. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationAttachment.contentLengthの説明が次から:Content length of the file attachment次のように変更されました:
Content length of the file attachment. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationAttachment.contentTypeの説明が次から:Original media type of the file attachment次のように変更されました:
Original media type of the file attachment. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationAttachment.fileChecksumの説明が次から:Checksum information for file attachment integrity verification次のように変更されました:
Checksum for verifying file attachment integrity. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationAttachment.fileNameの説明が次から:Name of the file attachment次のように変更されました:
File attachment name. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationAttachment.fileTypeの説明が次から:Type of file attached to an application (e.g. resume, cover letter, or other)次のように変更されました:
Type of file attached to an application, such as a resume, cover letter, or other document. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationAttachment.urlの説明が次から:Presigned URL to which partners are expected to upload application file contents to prior to submitting the application for processingPartners should execute a PUT request to this URL and supply the `Content-MD5` header on requests to ensure data integrity during upload.次のように変更されました:
Presigned URL for uploading application file contents before submitting for processing.Submit a `PUT` request to this URL with the `Content-MD5` header to verify data integrity during upload. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationAttachmentChecksumの説明:Candidate Sync application attachment checksum. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationAttachmentChecksum.algorithmの説明が次から:Hashing algorithm used to calculate the checksumSpecifies which cryptographic hash function was used to generate the checksum value.次のように変更されました:
Hashing algorithm used to calculate the checksum. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationAttachmentChecksum.checksumの説明が次から:Checksum value of the file content次のように変更されました:
Checksum value of the file content. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationAttachmentChecksum.formatの説明が次から:Encoding format of the checksum valueSpecifies how the raw checksum bytes are encoded as a string.次のように変更されました:
Encoding format of the checksum value. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationAttachmentChecksumAlgorithmの説明:Enumerations for application attachment checksum algorithm. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationAttachmentChecksumAlgorithm.MD5の説明が次から:MD5 hashing algorithm次のように変更されました:
MD5 hashing algorithm. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationAttachmentChecksumAlgorithmInputの説明:Enumerations for application attachment checksum algorithms. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationAttachmentChecksumFormatの説明:Enumerations for application attachment checksum. format -
[log] ✔
enum値AtsSyncCandidateSyncApplicationAttachmentChecksumFormat.BASE64の説明が次から:Base64 encoding formatRaw checksum bytes are encoded using Base64 encoding to produce a string representation.次のように変更されました:
Base64 encoding format.Checksum bytes are encoded as a Base64 string. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationAttachmentChecksumFormatInputの説明:Enumerations for application attachment checksum formats. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationAttachmentInputの説明:Input to attachments on the application. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationAttachmentInput.contentLengthの説明が次から:Content length of the file attachment次のように変更されました:
Content length of the file attachment. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationAttachmentInput.contentTypeの説明が次から:Original media type of the file attachment次のように変更されました:
File attachment original media type. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationAttachmentInput.fileChecksumの説明が次から:Checksum information for file attachment integrity verificationUsed to validate that file content hasnt been corrupted during upload or transmission. Partners should calculate the checksum of theirfile content using the specified algorithm and format.次のように変更されました:
Checksum for verifying file attachment integrity.Calculate the checksum of the file content using the specified algorithm and format before uploading. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationAttachmentInput.fileNameの説明が次から:Name of the file attachment次のように変更されました:
File attachment name. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationAttachmentInput.fileTypeの説明が次から:Type of file attached to an application (e.g. resume, cover letter, or other)次のように変更されました:
Type of file attached to the application, such as a resume, cover letter, or other document. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationAwardInputの説明:Input to awards on the application. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationAwardInput.dateIssuedの説明が次から:Date at which the award was issued次のように変更されました:
Issue date for the award. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationAwardInput.descriptionの説明が次から:Description of the award次のように変更されました:
Award description. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationAwardInput.nameの説明が次から:Name of the award次のように変更されました:
Award name. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationCertificationInputの説明:Input to certifications on the application. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationCertificationInput.countryの説明が次から:Country where the certification or license was attained次のように変更されました:
Country where the certification or license was obtained. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationCertificationInput.dateIssuedの説明が次から:Date at which the certification or license was issued次のように変更されました:
Issue date for the certification or license. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationCertificationInput.descriptionの説明が次から:Description or additional details about this certification or license次のように変更されました:
Description or additional details about the certification or license. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationCertificationInput.expirationDateの説明が次から:Date at which the certification or license expires次のように変更されました:
Expiration date for the certification or license. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationCertificationInput.nameの説明が次から:Name of the certification or license次のように変更されました:
Certification or license name. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationCertificationInput.typeの説明が次から:Type of the certification or license次のように変更されました:
Certification or license type. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationDispositionInputの説明:Input for Candidate Sync application disposition. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationDispositionInput.dispositionStatusの説明が次から:Indeed disposition status to which the raw disposition status maps`DROPPED_*` disposition statuses will be rejected - these should only be used for applications not persisted by the ATS次のように変更されました:
Indeed disposition status mapped from the raw disposition status.`DROPPED_*` disposition statuses are rejected. Use these only for applications not persisted by the ATS. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationDispositionInput.rawDispositionDetailsの説明が次から:Optional additional details about the application disposition status from the ATS次のように変更されました:
Optional additional details about the application disposition status from the ATS. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationDispositionInput.rawDispositionStatusの説明が次から:Raw application disposition status from the ATS次のように変更されました:
Raw application disposition status from the ATS. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationEducationInputの説明:Input to education on the application. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationFileTypeの説明:Enumerations for application file types. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationFileType.COVER_LETTERの説明が次から:Primary (or only) cover letter attached to an application次のように変更されました:
Primary cover letter attachment on the application. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationFileType.OTHERの説明が次から:Uncategorized additional attachment on an application次のように変更されました:
Uncategorized additional attachment on the application. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationFileType.OTHER_COVER_LETTERの説明が次から:Additional cover letter attached to an application次のように変更されました:
Additional cover letter attachment on the application. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationFileType.OTHER_RESUMEの説明が次から:Additional resume attached to an application次のように変更されました:
Additional resume attachment on the application. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationFileType.RESUMEの説明が次から:Primary (or only) resume for an application次のように変更されました:
Primary resume attachment on the application. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationFileTypeInputの説明:Enumerations for application file types. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationGroupInputの説明:Input to application group. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationGroupInput.descriptionの説明が次から:Description of the group次のように変更されました:
Group description. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationGroupInput.endDateの説明が次から:End date of the group membership次のように変更されました:
End date of the group membership. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationGroupInput.nameの説明が次から:Name of the group次のように変更されました:
Group name. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationGroupInput.startDateの説明が次から:Start date of the group membership次のように変更されました:
Start date of the group membership. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationIdentifierの説明:Candidate Sync application ID. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationIdentifier.atsApplicationIdの説明が次から:Unique identifier for the application in the ATS次のように変更されました:
Unique ID for the application in the ATS. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationIdentifier.atsCandidateIdの説明が次から:Optional identifier for a candidate profile associated with one or more applications in the ATS次のように変更されました:
Optional ID for a candidate profile associated with one or more applications in the ATS. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationIdentifier.indeedRegistrationIdの説明が次から:Unique identifier to represent the reference between an Indeed employer and a Partner employerProvided to Partners during registration.次のように変更されました:
Unique ID linking an Indeed employer to a partner employer. Provided during registration. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationIdentifier.jobの説明が次から:Information about the job postingThis information allows Indeed to associate imported application data with jobs published via Job Sync API.次のように変更されました:
Information about the job posting. Lets Indeed to associate imported application data with jobs published through the Job Sync API. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationIdentifierInputの説明:Input to application ID. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationIdentifierInput.atsApplicationIdの説明が次から:Unique identifier for the application in the ATS次のように変更されました:
Unique ID for the application in the ATS. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationIdentifierInput.atsCandidateIdの説明が次から:Optional identifier for a candidate profile associated with one or more applications in the ATS次のように変更されました:
Optional ID for a candidate profile associated with one or more applications in the ATS. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationIdentifierInput.indeedRegistrationIdの説明が次から:Unique identifier to represent the reference between an Indeed employer and a Partner employerProvided to Partners during registration.次のように変更されました:
Unique ID linking an Indeed employer to a partner employer. Provided during registration. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationIdentifierInput.jobの説明が次から:Information about the job postingThis information allows Indeed to associate imported application data with jobs published via Job Sync API.次のように変更されました:
Information about the job posting. Lets Indeed to associate imported application data with jobs published through the Job Sync API. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationLanguageProficienciesInputの説明:Input to language proficiencies on the application. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationLanguageProficienciesInput.nameの説明が次から:Name of the language次のように変更されました:
Language name. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationLanguageProficienciesInput.proficiencyの説明が次から:Level of proficiency with the language次のように変更されました:
Language level of proficiency. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationLinkInputの説明:Input to links on the application. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationLinkInput.typeの説明が次から:Type of link associated with the URL (e.g. X, Facebook, etc.)次のように変更されました:
Type of link associated with the URL, such as X or Facebook. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationLinkInput.urlの説明が次から:URL for the applicants link次のように変更されました:
URL for the applicants link. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationMilitaryDetailsInputの説明:Input for Candidate Sync application military details. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationMilitaryServiceInputの説明:Input for Candidate Sync application military service. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationQuestionAndAnswerInputの説明:Enumerations for application questions and answers. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationSkillInputの説明:Input to skills on the application. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationVersionStatusの説明:Version status for the application. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationVersionStatus.applicationIdentifierの説明が次から:Unique identifier for the application on Indeed次のように変更されました:
Unique ID for the application on Indeed. -
[log] ✔ フィールド
AtsSyncCandidateSyncApplicationVersionStatus.statusの説明が次から:Current status of the application version次のように変更されました:
Current status of the application version. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationVersionStatusTypeの説明:Enumerations for application version status types. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationVersionStatusType.DELETEDの説明が次から:Application has been submitted for deletion. Processing status will be available once deletion completes.次のように変更されました:
Application submitted for deletion. Processing status is available once deletion completes. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationVersionStatusType.INITIALIZEDの説明が次から:Application has been initialized. No processing status will be available until it has been submitted.次のように変更されました:
Application initialized. No processing status is available until the application is submitted. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationVersionStatusType.SUBMITTEDの説明が次から:Application has been submitted. Processing status will be available once publishing completes.次のように変更されました:
Application submitted. Processing status is available once publishing completes. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationVersionStatusTypeInputの説明:Enumerations for application version status input. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationVersionStatusTypeInput.DELETEDの説明が次から:Application has been submitted for deletion. Processing status will be available once deletion completes.次のように変更されました:
Application submitted for deletion. Processing status is available once deletion completes. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationVersionStatusTypeInput.INITIALIZEDの説明が次から:Application has been initialized. No processing status will be available until it has been submitted.次のように変更されました:
Application initialized. No processing status is available until the application is submitted. -
[log] ✔
enum値AtsSyncCandidateSyncApplicationVersionStatusTypeInput.SUBMITTEDの説明が次から:Application has been submitted. Processing status will be available once publishing completes.次のように変更されました:
Application submitted. Processing status is available once publishing completes. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInputの説明:Input to work experience details on the application. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncApplicationWorkExperienceInputの説明:Input to work experience on the application. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationWorkExperienceInput.mostRelevantCompanyの説明が次から:Company associated with the most relevant job title held by the applicant次のように変更されました:
Company associated with the most relevant job title held by the applicant. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationWorkExperienceInput.mostRelevantTitleの説明が次から:Most relevant job title held by the applicant次のように変更されました:
Most relevant job title held by the applicant. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncApplicationWorkExperienceInput.workHistoryの説明が次から:Full employment history for the applicant次のように変更されました:
Full employment history for the applicant. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncJobの説明:Candidate Sync job. -
[log] ✔ フィールド
AtsSyncCandidateSyncJob.sourcedPostingIdの説明が次から:Unique ID for a job post次のように変更されました:
Unique ID for the job post. -
[log] ✔ オブジェクトタイプ
AtsSyncCandidateSyncJobInputの説明:Input to job. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncJobInput.sourcedPostingIdの説明が次から:Unique ID for a job post次のように変更されました:
Unique ID for the job post.