schemas
INSTANCE_MODEL_REFERENCE
{
"required": [
"id"
],
"type": "object",
"properties": {
"id": {
"pattern": "^(([0-9a-f]{32})|(\\S+=\\S+))$",
"type": "string",
"description": "Workday Id or Reference Id of the instance."
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"readOnly": true
},
"href": {
"type": "string",
"description": "A link to the instance",
"readOnly": true
}
}
}
ERROR_MODEL_REFERENCE
{
"required": [
"error"
],
"type": "object",
"properties": {
"error": {
"type": "string",
"description": "A description of the error"
},
"code": {
"type": "string",
"description": "The code that corresponds to the error message. Use the error code to drive programmatic error-handling behavior. Don't use error message strings for this purpose because they are subject to change"
},
"field": {
"type": "string",
"description": "The field related to the error"
},
"path": {
"type": "string",
"description": "The path of the field related to the error"
},
"severity": {
"type": "string",
"description": "Severity of the validation (e.g. Critical, Warning)."
},
"internalMessage": {
"type": "string",
"description": "Internal message providing additional context for the validation (e.g. representation content validation details)."
}
}
}
VALIDATION_ERROR_MODEL_REFERENCE
{
"allOf": [
{
"required": [
"error"
],
"type": "object",
"properties": {
"error": {
"type": "string",
"description": "A description of the error"
},
"errors": {
"type": "array",
"description": "An array of validation errors",
"items": {
"$ref": "#/components/schemas/ERROR_MODEL_REFERENCE"
}
}
}
}
]
}
FACETS_MODEL_REFERENCE
{
"type": "array",
"items": {
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "A description of the facet"
},
"facetParameter": {
"type": "string",
"description": "The alias used to select the facet"
},
"values": {
"type": "array",
"description": "the facet values",
"items": {
"required": [
"id"
],
"type": "object",
"properties": {
"count": {
"type": "integer",
"description": "The number of instances returned by this facet",
"format": "int32"
},
"id": {
"pattern": "^(([0-9a-f]{32})|(\\S+=\\S+))$",
"type": "string",
"description": "Workday Id or Reference Id of the instance."
},
"descriptor": {
"type": "string",
"description": "A description of the facet"
},
"href": {
"type": "string",
"description": "A link to the instance",
"readOnly": true
}
}
}
}
},
"description": "This object represents the possible facets for this resource",
"readOnly": true
}
}
MULTIPLE_INSTANCE_MODEL_REFERENCE
{
"type": "object",
"properties": {
"total": {
"type": "integer",
"format": "int32"
},
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
}
}
}
}
jobApplication_df78b8e577c91000201ea3e7d0f60101
{
"description": "The job application for the Recruiting event. Requires that the user is an interviewer for the in-progress Interview event or has access to the Candidate Data: Interview Feedback Results domain.",
"allOf": [
{
"$ref": "#/components/schemas/jobApplicationPublic_b36c621f46fd10001cc501100a4e03c7"
},
{
"type": "object"
}
]
}
interviewers_eb7eaf97ea8110000fafd115cf8e00ec
{
"allOf": [
{
"$ref": "#/components/schemas/workerForInterviewRepresentation_0e1101ea4ec4100008fdfd8289ed0016"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for \\~Worker\\~"
}
}
}
]
}
interviewStatuses_782d6c28615f10000374ab73f1530174
{
"allOf": [
{
"$ref": "#/components/schemas/interviewStatusRepresentation_782d6c28615f10000371c7f006740172"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Interview Status"
}
}
}
]
}
workersPendingFeedback_af722229b5c3100018ad0c79a75801a0
{
"allOf": [
{
"$ref": "#/components/schemas/workerForInterviewRepresentation_0e1101ea4ec4100008fdfd8289ed0016"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for \\~Worker\\~"
}
}
}
]
}
jobRequisition_df78b8e577c9100015f051a74e0b00a2
{
"description": "The job requisition the candidate applied to. Requires that the user is an interviewer for the in-progress Interview event or has access to the Candidate Data: Interview Feedback Results domain.",
"allOf": [
{
"$ref": "#/components/schemas/jobRequisitionPublic_df78b8e577c91000162ee14015b600a4"
},
{
"type": "object"
}
]
}
interviewEventWithJobApplicationJobRequisitionInterviewerDetails_def69f12d55410000f7ec8da36ae005a
{
"allOf": [
{
"type": "object",
"properties": {
"jobApplication": {
"$ref": "#/components/schemas/jobApplication_df78b8e577c91000201ea3e7d0f60101"
},
"interviewers": {
"type": "array",
"description": "All \\~workers\\~ selected to interview the candidate for a given Interview event.",
"items": {
"$ref": "#/components/schemas/interviewers_eb7eaf97ea8110000fafd115cf8e00ec"
},
"x-workday-type": "Multi-instance"
},
"overallComment": {
"type": "string",
"description": "The Overall Comment XIP configuration formatted as text.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"overallRating": {
"type": "string",
"description": "The Overall Rating XIP configuration formatted as text.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"interviewStatuses": {
"type": "array",
"description": "\"All applicable interview statuses for an Interview event. Statuses can be: \n * AWAITING_ME - An in-progress Interview event is waiting for the logged-in user's feedback. \n * COMPLETED - An Interview event is complete.\n * FEEDBACK_COMPLETE - All interview feedback for this in-progress event was submitted, but the Interview event isn’t awaiting the Make Interview Decision step.\n * NOT_SCHEDULED - An interview hasn't been scheduled for an in-progress Interview event.\n * PENDING_FEEDBACK - An in-progress Interview event is waiting for interviewer feedback.\n * SCHEDULED - An interview is scheduled for an in-progress Interview event.\n * SUBMITTED_FEEDBACK - The logged-in user submitted feedback for an in-progress Interview event.\n * MAKE_INTERVIEW_DECISION - The make an interview decision step for the candidate.\"",
"items": {
"$ref": "#/components/schemas/interviewStatuses_782d6c28615f10000374ab73f1530174"
},
"x-workday-type": "Multi-instance"
},
"hasCompetenciesQuestionnaires": {
"type": "boolean",
"description": "If true, the interviewer feedback task awaiting processing has Competencies or Questionnaires with configured XIP settings.",
"example": true,
"x-workday-type": "Boolean"
},
"workersPendingFeedback": {
"type": "array",
"description": "Interviewers with pending interview feedback.",
"items": {
"$ref": "#/components/schemas/workersPendingFeedback_af722229b5c3100018ad0c79a75801a0"
},
"x-workday-type": "Multi-instance"
},
"jobRequisition": {
"$ref": "#/components/schemas/jobRequisition_df78b8e577c9100015f051a74e0b00a2"
},
"giveInterviewFeedbackLink": {
"type": "string",
"description": "A URL for the Give Interview Feedback task, for \\~workers\\~ with access to the Interview Feedback Detail event awaiting processing.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
overallRating_def69f12d5541000141441c84bd00096
{
"description": "The interviewer's rating.",
"allOf": [
{
"$ref": "#/components/schemas/interviewFeedbackRatingSummary_def69f12d554100013fe5747ffa50092"
},
{
"type": "object"
}
]
}
interviewDetailSummary_def69f12d5541000139a7815aae9008f
{
"allOf": [
{
"type": "object",
"properties": {
"overallRating": {
"$ref": "#/components/schemas/overallRating_def69f12d5541000141441c84bd00096"
},
"comment": {
"type": "string",
"description": "The interviewer's overall and competency comments.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"dateSubmitted": {
"type": "string",
"description": "The feedback submission date.",
"format": "date",
"x-workday-type": "Date"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
status_4e798b9f4f0c10000f0d81a848650021
{
"description": "The status of the \\~prospect\\~. See configured types in the Maintain \\~Prospect\\~ Statuses task.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
source_4e798b9f4f0c10000f0d818b76f6001f
{
"description": "The source for the \\~prospect\\~. Examples: LinkedIn, Facebook.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
type_4e798b9f4f0c10000f0d819e58340020
{
"description": "The type of the \\~prospect\\~. See configured types in the Maintain \\~Prospect\\~ Types task.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
referredBy_4e798b9f4f0c10000f0d81ba535a0023
{
"description": "The \\~worker\\~ who referred the candidate.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
level_4e798b9f4f0c10000f0d81b1a0740022
{
"description": "The targeted management level for the \\~Prospect\\~.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
candidatePools_7c49be35aa7210000fc8ff87959512bc
{
"allOf": [
{
"$ref": "#/components/schemas/candidatePool_7c49be35aa7210001012f723bc6012ca"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Candidate Pool"
}
}
}
]
}
candidateTags_7b4e2f108d3b10001639543785fe0039
{
"allOf": [
{
"$ref": "#/components/schemas/candidateTag_7b4e2f108d3b1000162f47403b7d0037"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Candidate Tag"
}
}
}
]
}
candidate_263b3523259410001ed40f0f6518126a
{
"description": "The candidate profile associated with this \\~Prospect\\~.",
"allOf": [
{
"$ref": "#/components/schemas/candidateSummary_263b3523259410001f3119d56cda126c"
},
{
"type": "object"
}
]
}
prospectSummary_7657284bd7781000178a3bf6e17f001a
{
"allOf": [
{
"type": "object",
"properties": {
"status": {
"$ref": "#/components/schemas/status_4e798b9f4f0c10000f0d81a848650021"
},
"contactConsent": {
"type": "boolean",
"description": "If true, the candidate agrees to be contacted.",
"example": true,
"x-workday-type": "Boolean"
},
"source": {
"$ref": "#/components/schemas/source_4e798b9f4f0c10000f0d818b76f6001f"
},
"type": {
"$ref": "#/components/schemas/type_4e798b9f4f0c10000f0d819e58340020"
},
"referredBy": {
"$ref": "#/components/schemas/referredBy_4e798b9f4f0c10000f0d81ba535a0023"
},
"level": {
"$ref": "#/components/schemas/level_4e798b9f4f0c10000f0d81b1a0740022"
},
"candidatePools": {
"type": "array",
"description": "The active, static pools for the candidate.",
"items": {
"$ref": "#/components/schemas/candidatePools_7c49be35aa7210000fc8ff87959512bc"
},
"x-workday-type": "Multi-instance"
},
"candidateTags": {
"type": "array",
"description": "The candidate tags associated with the candidate.",
"items": {
"$ref": "#/components/schemas/candidateTags_7b4e2f108d3b10001639543785fe0039"
},
"x-workday-type": "Multi-instance"
},
"candidate": {
"$ref": "#/components/schemas/candidate_263b3523259410001ed40f0f6518126a"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"href": {
"type": "string",
"description": "A link to the instance"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
resumeAttachmentDetailsView_134c3544d220100007f0f9b541a400a5
{
"allOf": [
{
"type": "object",
"properties": {
"fileName": {
"maxLength": 255,
"type": "string",
"description": "The file name of the attachment.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"fileExtension": {
"type": "string",
"description": "The file extension of the attachment.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"fileLength": {
"type": "integer",
"description": "The file length of the attachment.",
"format": "int32",
"example": 99999999999,
"x-workday-type": "Numeric"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
prospectExperienceDetails_b4dba3cbddc710001bebf80c43270014
{
"allOf": [
{
"type": "object",
"properties": {
"description": {
"type": "string",
"description": "Any responsibilities or accomplishments that the candidate gained at the associated company.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"location": {
"type": "string",
"description": "The location of this company.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"currentlyWorkHere": {
"type": "boolean",
"description": "If true, the candidate currently works at this company.",
"example": true,
"x-workday-type": "Boolean"
},
"startYear": {
"type": "string",
"description": "The year the candidate started employment at this company.",
"format": "date",
"x-workday-type": "Date"
},
"startMonth": {
"type": "integer",
"description": "The month the candidate started employment at this company.",
"format": "int32",
"example": 99,
"x-workday-type": "Numeric"
},
"title": {
"type": "string",
"description": "The business title for the candidate's work experience.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"endMonth": {
"type": "integer",
"description": "The month the candidate ended employment at this company.",
"format": "int32",
"example": 99,
"x-workday-type": "Numeric"
},
"endYear": {
"type": "string",
"description": "The year the candidate ended employment at this company.",
"format": "date",
"x-workday-type": "Date"
},
"companyName": {
"type": "string",
"description": "The company name the candidate entered in their job history.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
degree_9727f970aa23100005e6ec6727ee0011
{
"description": "The candidate's degree at this educational institution.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
fieldOfStudy_9727f970aa23100005e6ec5e7dd10010
{
"description": "The field of study for the candidate at this educational institution.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
candidateEducationDetails_9727f970aa231000052ae7db3fc0000b
{
"allOf": [
{
"type": "object",
"properties": {
"gradeAverage": {
"type": "string",
"description": "The candidate's grade average at this educational institution.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"degree": {
"$ref": "#/components/schemas/degree_9727f970aa23100005e6ec6727ee0011"
},
"schoolName": {
"type": "string",
"description": "The name of the school the candidate attended or is attending.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"fieldOfStudy": {
"$ref": "#/components/schemas/fieldOfStudy_9727f970aa23100005e6ec5e7dd10010"
},
"firstYearAttended": {
"type": "string",
"description": "The first year the candidate attended this educational institution.",
"format": "date",
"x-workday-type": "Date"
},
"lastYearAttended": {
"type": "string",
"description": "The last year the candidate attended this educational institution.",
"format": "date",
"x-workday-type": "Date"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
candidateSkillItemDetails_2705750e957f10002beca80792940019
{
"allOf": [
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the candidate skill.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
language_ecf7ccfb11c11000285d4771a6300019
{
"description": "The language for this language skill.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
abilities_320147168979100014698d5722110045
{
"allOf": [
{
"$ref": "#/components/schemas/languageAbilityDetails_ecf7ccfb11c110002a0cd3b3ff8b0022"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Language Ability Representation"
}
}
}
]
}
candidateLanguageSkillDetails_ecf7ccfb11c11000285d4727e4270017
{
"allOf": [
{
"type": "object",
"properties": {
"language": {
"$ref": "#/components/schemas/language_ecf7ccfb11c11000285d4771a6300019"
},
"abilities": {
"type": "array",
"description": "The abilities associated with this language skill.",
"items": {
"$ref": "#/components/schemas/abilities_320147168979100014698d5722110045"
},
"x-workday-type": "Multi-instance"
},
"native": {
"type": "boolean",
"description": "If true, this language skill is the native language.",
"example": true,
"x-workday-type": "Boolean"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
categories_8b241418d7ce1000073b510f7c9a003f
{
"allOf": [
{
"$ref": "#/components/schemas/jobFamilyGroupDetail_8b241418d7ce1000081068ca51810055"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Job Family"
}
}
}
]
}
jobSite_8b241418d7ce1000073b5115cd300040
{
"description": "The job posting site that the job is posted on.",
"allOf": [
{
"$ref": "#/components/schemas/jobPostingSiteDetail_8b241418d7ce10000818455b78e40057"
},
{
"type": "object"
}
]
}
primaryLocation_8b241418d7ce1000073b51293ed40043
{
"description": "The primary location for the job posting, according to the associated job requisition.",
"allOf": [
{
"$ref": "#/components/schemas/locationSummary_8b241418d7ce100007a5c9eea7de004c"
},
{
"type": "object"
}
]
}
timeType_8b241418d7ce1000073b510155b0003d
{
"description": "The position time type for job posting.",
"allOf": [
{
"$ref": "#/components/schemas/positionTimeTypeDetail_8b241418d7ce100007fe51d00f630053"
},
{
"type": "object"
}
]
}
jobType_8b241418d7ce1000073b511c6e2a0041
{
"description": "The \\~worker\\~ sub-type for the job posting, according to the job requisition.",
"allOf": [
{
"$ref": "#/components/schemas/positionWorkerTypeDetail_8b241418d7ce1000089e70503c92005a"
},
{
"type": "object"
}
]
}
candidateAvailabilityTemplateVersion_e60aa0457a21100011bb304dbba40000
{
"description": "Candidate Availability Template Version for Job Posting",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
additionalLocations_8b241418d7ce1000073b50f95caf003c
{
"allOf": [
{
"$ref": "#/components/schemas/locationSummary_8b241418d7ce100007a5c9eea7de004c"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Location"
}
}
}
]
}
company_8b241418d7ce1000073b5122b5a90042
{
"description": "The \\~supervisory organization\\~ assigned to the job requisition associated with the job posting.",
"allOf": [
{
"$ref": "#/components/schemas/organizationDetail_8b241418d7ce100008b027833f33005d"
},
{
"type": "object"
}
]
}
remoteType_d0be7f99be971000125025ffa1c40000
{
"description": "The Job Requisition Remote Type for a Job Posting. For Remote Types with an External Name, the given external name is returned.",
"allOf": [
{
"$ref": "#/components/schemas/remoteTypeDefinition_8bdd07e7084f1000151e15ccc3dd0000"
},
{
"type": "object"
}
]
}
jobPostingAnchorSummary_5597c990f22e10000fc34f022dce0020
{
"allOf": [
{
"type": "object",
"properties": {
"categories": {
"type": "array",
"description": "The job family group for the job posting, according to the job requisition.",
"items": {
"$ref": "#/components/schemas/categories_8b241418d7ce1000073b510f7c9a003f"
},
"x-workday-type": "Multi-instance"
},
"jobSite": {
"$ref": "#/components/schemas/jobSite_8b241418d7ce1000073b5115cd300040"
},
"jobDescription": {
"type": "string",
"description": "The description of the job for the job posting.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Rich Text"
},
"primaryLocation": {
"$ref": "#/components/schemas/primaryLocation_8b241418d7ce1000073b51293ed40043"
},
"timeType": {
"$ref": "#/components/schemas/timeType_8b241418d7ce1000073b510155b0003d"
},
"jobType": {
"$ref": "#/components/schemas/jobType_8b241418d7ce1000073b511c6e2a0041"
},
"candidateAvailabilityTemplateVersion": {
"$ref": "#/components/schemas/candidateAvailabilityTemplateVersion_e60aa0457a21100011bb304dbba40000"
},
"spotlightJob": {
"type": "boolean",
"description": "True if the job posting is a \\~Spotlight Job\\~ or not.",
"example": true,
"x-workday-type": "Boolean"
},
"additionalLocations": {
"type": "array",
"description": "The additional locations on the job posting, according to the job requisition.",
"items": {
"$ref": "#/components/schemas/additionalLocations_8b241418d7ce1000073b50f95caf003c"
},
"x-workday-type": "Multi-instance"
},
"company": {
"$ref": "#/components/schemas/company_8b241418d7ce1000073b5122b5a90042"
},
"remoteType": {
"$ref": "#/components/schemas/remoteType_d0be7f99be971000125025ffa1c40000"
},
"endDate": {
"type": "string",
"description": "The end date for the job posting.",
"format": "date",
"x-workday-type": "Date"
},
"url": {
"type": "string",
"description": "External URL for Job Posting if it is posted to a published Workday External Career Site.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"startDate": {
"type": "string",
"description": "The start date for the job posting.",
"format": "date",
"x-workday-type": "Date"
},
"title": {
"type": "string",
"description": "The title of the job posting, according to the associated job requisition.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
questions_35124aec314610000eeda239777500f3
{
"allOf": [
{
"$ref": "#/components/schemas/questionItemDetails_35124aec314610000f15a3222d1800f9"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Question Item"
}
}
}
]
}
questionnaireDetails_58cd464577ad1000ee76d171eea90000
{
"allOf": [
{
"type": "object",
"properties": {
"questions": {
"type": "array",
"description": "Returns all Parent-Level Question Items for the questionnaire",
"items": {
"$ref": "#/components/schemas/questions_35124aec314610000eeda239777500f3"
},
"x-workday-type": "Multi-instance"
},
"name": {
"type": "string",
"description": "The name of the questionnaire.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"questionnaireDisplayName": {
"type": "string",
"description": "The display name for the questionnaire.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text",
"x-workday-confidence-level": "Production"
},
"referenceIdValue": {
"type": "string",
"description": "The reference ID for the Questionnaire",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"questionnaireInstructions": {
"type": "string",
"description": "Returns instructions for the questionnaire. These instructions may be overridden where the questionnaire is being used.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Rich Text"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"href": {
"type": "string",
"description": "A link to the instance"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
mondayAvailability_deb14270132f10001fed2e410c850000
{
"allOf": [
{
"$ref": "#/components/schemas/timeslot_2e016acbd91810000809d655a1fc0000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Candidate Availability Time Slot"
}
}
}
]
}
tuesdayAvailability_6d359e79836910003741d96fc0480005
{
"allOf": [
{
"$ref": "#/components/schemas/timeslot_2e016acbd91810000809d655a1fc0000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Candidate Availability Time Slot"
}
}
}
]
}
sundayAvailability_6d359e79836910003741d96fc0480000
{
"allOf": [
{
"$ref": "#/components/schemas/timeslot_2e016acbd91810000809d655a1fc0000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Candidate Availability Time Slot"
}
}
}
]
}
wednesdayAvailability_6d359e79836910003741d96fc0480004
{
"allOf": [
{
"$ref": "#/components/schemas/timeslot_2e016acbd91810000809d655a1fc0000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Candidate Availability Time Slot"
}
}
}
]
}
thursdayAvailability_6d359e79836910003741d96fc0480003
{
"allOf": [
{
"$ref": "#/components/schemas/timeslot_2e016acbd91810000809d655a1fc0000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Candidate Availability Time Slot"
}
}
}
]
}
saturdayAvailability_6d359e79836910003741d96fc0480001
{
"allOf": [
{
"$ref": "#/components/schemas/timeslot_2e016acbd91810000809d655a1fc0000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Candidate Availability Time Slot"
}
}
}
]
}
fridayAvailability_6d359e79836910003741d96fc0480002
{
"allOf": [
{
"$ref": "#/components/schemas/timeslot_2e016acbd91810000809d655a1fc0000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Candidate Availability Time Slot"
}
}
}
]
}
availabilityTemplateDetails_617853847093100014ba0b710cd30000
{
"allOf": [
{
"type": "object",
"properties": {
"mondayAvailability": {
"type": "array",
"description": "Monday timeslots for template version.",
"items": {
"$ref": "#/components/schemas/mondayAvailability_deb14270132f10001fed2e410c850000"
},
"x-workday-type": "Multi-instance",
"x-label": "Monday Time Slots"
},
"tuesdayAvailability": {
"type": "array",
"description": "Tuesday timeslots for template version.",
"items": {
"$ref": "#/components/schemas/tuesdayAvailability_6d359e79836910003741d96fc0480005"
},
"x-workday-type": "Multi-instance",
"x-label": "Tuesday Time Slots"
},
"sundayAvailability": {
"type": "array",
"description": "Sunday timeslots for template version.",
"items": {
"$ref": "#/components/schemas/sundayAvailability_6d359e79836910003741d96fc0480000"
},
"x-workday-type": "Multi-instance",
"x-label": "Sunday Time Slots"
},
"templateName": {
"type": "string",
"description": "Name of the template version.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text",
"x-label": "Availability Template Name"
},
"wednesdayAvailability": {
"type": "array",
"description": "Wednesday timeslots for template version.",
"items": {
"$ref": "#/components/schemas/wednesdayAvailability_6d359e79836910003741d96fc0480004"
},
"x-workday-type": "Multi-instance",
"x-label": "Wednesday Time Slots"
},
"thursdayAvailability": {
"type": "array",
"description": "Thursday timeslots for template version.",
"items": {
"$ref": "#/components/schemas/thursdayAvailability_6d359e79836910003741d96fc0480003"
},
"x-workday-type": "Multi-instance",
"x-label": "Thursday Time Slots"
},
"saturdayAvailability": {
"type": "array",
"description": "Saturday timeslots for template version.",
"items": {
"$ref": "#/components/schemas/saturdayAvailability_6d359e79836910003741d96fc0480001"
},
"x-workday-type": "Multi-instance",
"x-label": "Saturday Time Slots"
},
"fridayAvailability": {
"type": "array",
"description": "Friday timeslots for template version.",
"items": {
"$ref": "#/components/schemas/fridayAvailability_6d359e79836910003741d96fc0480002"
},
"x-workday-type": "Multi-instance",
"x-label": "Friday Time Slots"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
possibleAnswers_35124aec314610000f15a340986c00fe
{
"allOf": [
{
"$ref": "#/components/schemas/questionMultipleChoiceAnswerDetails_35124aec314610000f355986c6490104"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Question Score"
}
}
}
]
}
type_35124aec314610000f15a34518bf00ff
{
"description": "The type of the question.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
displayOption_35124aec314610000f15a32daa6600fa
{
"description": "Returns the display option selected for the question. Answer choices will be presented this way to users answering the question.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
questionItemDetails_35124aec314610000f15a3222d1800f9
{
"allOf": [
{
"type": "object",
"properties": {
"numberOfSelections": {
"type": "integer",
"description": "The number of allowed answers for a question for a questionnaire",
"format": "int32",
"example": 99,
"x-workday-type": "Numeric"
},
"order": {
"type": "string",
"description": "The order of the question within the questionnaire.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"possibleAnswers": {
"type": "array",
"description": "Returns the scores for the multiple choice answers configured for the multiple choice question.",
"items": {
"$ref": "#/components/schemas/possibleAnswers_35124aec314610000f15a340986c00fe"
},
"x-workday-type": "Multi-instance"
},
"required": {
"type": "boolean",
"description": "Indicator whether the answer for the question is required.",
"example": true,
"x-workday-type": "Boolean"
},
"type": {
"$ref": "#/components/schemas/type_35124aec314610000f15a34518bf00ff"
},
"displayOption": {
"$ref": "#/components/schemas/displayOption_35124aec314610000f15a32daa6600fa"
},
"body": {
"type": "string",
"description": "The body of the question.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"href": {
"type": "string",
"description": "A link to the instance"
},
"id": {
"type": "string",
"description": "The id for Question Item"
}
}
}
]
}
social_a229cf3cded91000151b47c7e0e2012c
{
"description": "The social suffix from the name.",
"allOf": [
{
"$ref": "#/components/schemas/countryPredefinedNameComponent_e16f06ca954910001a110a8851cd013d"
},
{
"type": "object"
}
],
"x-workday-populated-by": {
"path": "/values/name/social",
"field": "id"
}
}
salutation_a229cf3cded91000151b47b82570012a
{
"description": "The salutation from the name.",
"allOf": [
{
"$ref": "#/components/schemas/countryPredefinedNameComponent_e16f06ca954910001a110a8851cd013d"
},
{
"type": "object"
}
],
"x-workday-populated-by": {
"path": "/values/name/salutation",
"field": "id"
}
}
country_a229cf3cded91000151b47775e040123
{
"description": "The country from the name.",
"allOf": [
{
"$ref": "#/components/schemas/country_1089da0ab90910000f6d7bd30bb20881"
},
{
"type": "object"
}
]
}
hereditary_a229cf3cded91000151b479726220126
{
"description": "The hereditary suffix from the name.",
"allOf": [
{
"$ref": "#/components/schemas/countryPredefinedNameComponent_e16f06ca954910001a110a8851cd013d"
},
{
"type": "object"
}
],
"x-workday-populated-by": {
"path": "/values/name/hereditary",
"field": "id"
}
}
title_a229cf3cded91000151b47af4c400129
{
"description": "The prefix from the name.",
"allOf": [
{
"$ref": "#/components/schemas/countryPredefinedNameComponent_e16f06ca954910001a110a8851cd013d"
},
{
"type": "object"
}
],
"x-workday-populated-by": {
"path": "/values/name/title",
"field": "id"
}
}
name_59514ca580dc100021a2a27ee1880689
{
"allOf": [
{
"type": "object",
"properties": {
"secondaryLocal": {
"type": "string",
"description": "The person's secondary family name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"firstNameLocal": {
"type": "string",
"description": "The person's given name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"firstNameLocal2": {
"type": "string",
"description": "The person's given name in second local script. Workday only tracks local names for countries where a non-Latin script is commonly used.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"social": {
"$ref": "#/components/schemas/social_a229cf3cded91000151b47c7e0e2012c"
},
"salutation": {
"$ref": "#/components/schemas/salutation_a229cf3cded91000151b47b82570012a"
},
"fullName": {
"type": "string",
"description": "The Full Name for a person, when it is provided. Workday only tracks Full Name for countries where the Full Name name component is used.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"lastNameLocal2": {
"type": "string",
"description": "The person's last name in second local script. Workday only tracks local names for countries where a non-Latin script is commonly used.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"lastName": {
"type": "string",
"description": "The last or family name for a person.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"secondaryLastName": {
"type": "string",
"description": "The secondary family name for a person.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"middleNameLocal": {
"type": "string",
"description": "The person's middle name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"country": {
"$ref": "#/components/schemas/country_a229cf3cded91000151b47775e040123"
},
"firstName": {
"type": "string",
"description": "The first or given name for a person.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"lastNameLocal": {
"type": "string",
"description": "The person's last name in local script. Workday only tracks local names for countries where a non-Latin script is commonly used.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"middleName": {
"type": "string",
"description": "The person's middle name.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"tertiaryLastName": {
"type": "string",
"description": "The person's tertiary last name.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"hereditary": {
"$ref": "#/components/schemas/hereditary_a229cf3cded91000151b479726220126"
},
"title": {
"$ref": "#/components/schemas/title_a229cf3cded91000151b47af4c400129"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "The id for Global Name Interface (Derived)"
}
}
}
]
}
jobApplicationPublic_b36c621f46fd10001cc501100a4e03c7
{
"allOf": [
{
"type": "object",
"properties": {
"numberOfJobs": {
"type": "integer",
"description": "The number of jobs for a candidate on this job application.",
"format": "int32",
"example": 999999,
"x-workday-type": "Numeric"
},
"yearsInCurrentJob": {
"type": "number",
"description": "The number of years the candidate has been employed at their current job",
"format": "double",
"example": 99999999999.999,
"x-workday-type": "Numeric"
},
"totalYearsExperience": {
"type": "number",
"description": "The total years of experience for the candidate on this job application.",
"format": "double",
"example": 99999999999.999,
"x-workday-type": "Numeric"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "The id for Job Application \nExample(s): Job_Application_ID=Sample_Value"
}
}
}
]
}
candidatePool_7c49be35aa7210001012f723bc6012ca
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
contentType_ee22ee09075410000346b6722d9b03e8
{
"description": "The content type of the attachment.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
resumeAttachmentDetailsCreate_ee22ee09075410000346b5ebfa2303e4
{
"allOf": [
{
"required": [
"attachmentContent",
"fileLength"
],
"type": "object",
"properties": {
"attachmentContent": {
"type": "string",
"description": "The raw base64 data for an attachment or image for reports used as web services (RaaS) only.",
"format": "binary",
"x-workday-type": "File"
},
"fileName": {
"maxLength": 255,
"type": "string",
"description": "The file name of the attachment.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"fileLength": {
"type": "integer",
"description": "The file length of the attachment.",
"format": "int32",
"example": 99999999999,
"x-workday-type": "Numeric"
},
"contentType": {
"$ref": "#/components/schemas/contentType_ee22ee09075410000346b6722d9b03e8"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
region_8b241418d7ce100007a5ca0b072e004e
{
"description": "Returns the country region for the location.",
"allOf": [
{
"$ref": "#/components/schemas/countryRegionDetail_8b241418d7ce100007a4d8749d270049"
},
{
"type": "object"
}
]
}
country_8b241418d7ce100007a5ca00337b004d
{
"description": "Returns the \\~country\\~ from the primary address for the location.",
"allOf": [
{
"$ref": "#/components/schemas/countryDetail_8b241418d7ce10000797fe76c17a0046"
},
{
"type": "object"
}
]
}
locationSummary_8b241418d7ce100007a5c9eea7de004c
{
"allOf": [
{
"type": "object",
"properties": {
"region": {
"$ref": "#/components/schemas/region_8b241418d7ce100007a5ca0b072e004e"
},
"country": {
"$ref": "#/components/schemas/country_8b241418d7ce100007a5ca00337b004d"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "The id for Location"
}
}
}
]
}
interviewStatusRepresentation_782d6c28615f10000371c7f006740172
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"href": {
"type": "string",
"description": "A link to the instance"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
jobFamilyGroupDetail_8b241418d7ce1000081068ca51810055
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
recruiters_3b057822a75f100009d3dfe5672a0027
{
"allOf": [
{
"$ref": "#/components/schemas/workerForInterviewRepresentation_0e1101ea4ec4100008fdfd8289ed0016"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for \\~Worker\\~"
}
}
}
]
}
primaryRecruiters_7469d71c04f610001aa86e35418d0010
{
"allOf": [
{
"$ref": "#/components/schemas/workerForInterviewRepresentation_0e1101ea4ec4100008fdfd8289ed0016"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for \\~Worker\\~"
}
}
}
]
}
hiringManager_b47f16fb63e910000a6ac5854fd4021c
{
"description": "The hiring manager for a job requisition.",
"allOf": [
{
"$ref": "#/components/schemas/workerForInterviewRepresentation_0e1101ea4ec4100008fdfd8289ed0016"
},
{
"type": "object"
}
]
}
jobRequisitionPublic_df78b8e577c91000162ee14015b600a4
{
"allOf": [
{
"type": "object",
"properties": {
"recruiters": {
"type": "array",
"description": "The non-primary recruiters assigned to the job requisition.",
"items": {
"$ref": "#/components/schemas/recruiters_3b057822a75f100009d3dfe5672a0027"
},
"x-workday-type": "Multi-instance"
},
"primaryRecruiters": {
"type": "array",
"description": "The primary recruiters assigned to the job requisition. If no primary recruiter is assigned, the field is blank.",
"items": {
"$ref": "#/components/schemas/primaryRecruiters_7469d71c04f610001aa86e35418d0010"
},
"x-workday-type": "Multi-instance"
},
"hiringManager": {
"$ref": "#/components/schemas/hiringManager_b47f16fb63e910000a6ac5854fd4021c"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
timeslot_2e016acbd91810000809d655a1fc0000
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
branchingQuestion_b846d79e92ac100013f9842aa5700161
{
"description": "Branching Question Item for Question Score",
"allOf": [
{
"$ref": "#/components/schemas/questionItemDetails_35124aec314610000f15a3222d1800f9"
},
{
"type": "object"
}
]
}
questionMultipleChoiceAnswerDetails_35124aec314610000f355986c6490104
{
"allOf": [
{
"type": "object",
"properties": {
"score": {
"type": "integer",
"description": "Returns the score for the multiple choice answer configured for the multiple choice question.",
"format": "int32",
"example": 99999999999,
"x-workday-type": "Numeric"
},
"descriptor": {
"type": "string",
"description": "The answer text for the Question Multiple Choice Answer",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"order": {
"type": "string",
"description": "The order for the Question Multiple Choice Answer",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"branchingQuestion": {
"$ref": "#/components/schemas/branchingQuestion_b846d79e92ac100013f9842aa5700161"
},
"id": {
"type": "string",
"description": "The Workday ID for the Question Multiple Choice Answer",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
}
}
}
]
}
countryPredefinedNameComponent_e16f06ca954910001a110a8851cd013d
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
positionTimeTypeDetail_8b241418d7ce100007fe51d00f630053
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
deviceType_6f9c0428295210002484a8f3720f1796
{
"description": "The type of phone device.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
countryPhoneCode_6f9c04282952100023a80fd30a5f173e
{
"description": "The \\~country\\~ code of the phone number.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
candidatePhoneDetails_6f9c04282952100023a80fa49bde173d
{
"allOf": [
{
"type": "object",
"properties": {
"deviceType": {
"$ref": "#/components/schemas/deviceType_6f9c0428295210002484a8f3720f1796"
},
"phoneNumber": {
"type": "string",
"description": "The full primary phone number of the person.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"extension": {
"type": "string",
"description": "The phone number extension.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"countryPhoneCode": {
"$ref": "#/components/schemas/countryPhoneCode_6f9c04282952100023a80fd30a5f173e"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "The id for Phone Interface (Derived)"
}
}
}
]
}
workerForInterviewRepresentation_0e1101ea4ec4100008fdfd8289ed0016
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
remoteTypeDefinition_8bdd07e7084f1000151e15ccc3dd0000
{
"allOf": [
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The external or internal name of the Job Requisition Remote Type for the given Job Posting.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
countryDetail_8b241418d7ce10000797fe76c17a0046
{
"allOf": [
{
"type": "object",
"properties": {
"alpha3Code": {
"maxLength": 3,
"type": "string",
"description": "The ISO alpha-3 code for a country.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
}
}
}
]
}
proficiency_ecf7ccfb11c110002a0cd3c79f4c0023
{
"description": "The proficiency for a specific language ability.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
abilityType_ecf7ccfb11c110002a0cd3d48d1d0024
{
"description": "The type of language ability. See the configured types in the Maintain Language Ability Types.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
languageAbilityDetails_ecf7ccfb11c110002a0cd3b3ff8b0022
{
"allOf": [
{
"type": "object",
"properties": {
"proficiency": {
"$ref": "#/components/schemas/proficiency_ecf7ccfb11c110002a0cd3c79f4c0023"
},
"abilityType": {
"$ref": "#/components/schemas/abilityType_ecf7ccfb11c110002a0cd3d48d1d0024"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
organizationDetail_8b241418d7ce100008b027833f33005d
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
phone_4d9dacbbb7bb10000c97867b421a4c7e
{
"description": "The candidate's primary home phone number.",
"allOf": [
{
"$ref": "#/components/schemas/candidatePhoneDetails_6f9c04282952100023a80fa49bde173d"
},
{
"type": "object"
}
]
}
name_59514ca580dc100021a481f97c54068b
{
"description": "The global name associated with the candidate.",
"allOf": [
{
"$ref": "#/components/schemas/name_59514ca580dc100021a2a27ee1880689"
},
{
"type": "object"
}
]
}
candidateSummary_263b3523259410001f3119d56cda126c
{
"allOf": [
{
"type": "object",
"properties": {
"phone": {
"$ref": "#/components/schemas/phone_4d9dacbbb7bb10000c97867b421a4c7e"
},
"name": {
"$ref": "#/components/schemas/name_59514ca580dc100021a481f97c54068b"
},
"email": {
"type": "string",
"description": "The candidate's email address.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "The id for Candidate"
}
}
}
]
}
positionWorkerTypeDetail_8b241418d7ce1000089e70503c92005a
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
interviewFeedbackRatingSummary_def69f12d554100013fe5747ffa50092
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
countryRegionDetail_8b241418d7ce100007a4d8749d270049
{
"allOf": [
{
"type": "object",
"properties": {
"code": {
"type": "string",
"description": "The region-only portion of the ISO 3166-2 code for a country region.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
}
}
}
]
}
candidateTag_7b4e2f108d3b1000162f47403b7d0037
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
country_1089da0ab90910000f6d7bd30bb20881
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
resumeAttachmentFileView_ee7318fbf39e10001e321c67d42300c0
{
"allOf": [
{
"type": "object",
"properties": {
"attachmentContent": {
"type": "string",
"description": "The raw base64 data for an attachment or image for reports used as web services (RaaS) only.",
"format": "binary",
"x-workday-type": "File"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
jobPostingSiteDetail_8b241418d7ce10000818455b78e40057
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}