changeJobAdministrativeDetailsData_f8f20079bc5a1000089ccb7f6a8800ea
{
"allOf": [
{
"type": "object",
"properties": {
"fte": {
"type": "integer",
"example": 40,
"description": "Full Time Equivalent for a worker calculated by scheduled weekly hours divided by default weekly hours either current or proposed.",
"x-workday-type": "Numeric",
"x-conditionally-hidden": true,
"x-conditionally-readOnly": true
},
"paidFte": {
"type": "integer",
"example": 40,
"description": "The paid full time equivalent for the worker as of the effective date.",
"x-workday-type": "Numeric",
"x-conditionally-hidden": true
},
"notifyBy": {
"type": "string",
"format": "date",
"example": "2020-01-17T17:00:00.000Z",
"description": "Returns the date that the employee should be notified for a termination.",
"x-workday-type": "Date",
"x-conditionally-hidden": true,
"x-conditionally-required": true
},
"timeType": {
"$ref": "#/components/schemas/timeType_05d4c45042b610000bb540b7458e0108"
},
"workStudy": {
"$ref": "#/components/schemas/workStudy_05d4c45042b610000ba2f83c70f30101"
},
"workingFte": {
"type": "integer",
"example": 40,
"description": "The working full time equivalent for the worker as of the effective date.",
"x-workday-type": "Numeric",
"x-conditionally-hidden": true
},
"payRateType": {
"$ref": "#/components/schemas/payRateType_d25283821c01100016756a14eb650000"
},
"assignmentType": {
"$ref": "#/components/schemas/assignmentType_23929e1f68ca10000d6940d6bde56963"
},
"firstDayOfWork": {
"type": "string",
"format": "date",
"example": "2020-01-20T16:00:00.000Z",
"description": "The first day of work for the worker, as specified on the Hire, Add International Assignment, or Add Job transaction. This field will not return a value for any other transaction.",
"x-workday-type": "Date",
"x-conditionally-hidden": true,
"x-conditionally-required": true
},
"specifyPaidFte": {
"type": "boolean",
"example": true,
"description": "True if paid full time equivalent is specified on a worker as of the effective date.",
"x-workday-type": "Boolean",
"x-conditionally-hidden": true
},
"endEmploymentDate": {
"type": "string",
"format": "date",
"example": "2024-03-23T07:00:00.000Z",
"description": "The new End Employment Date for the worker. If the worker has an Employee Contract sub event, this field will return that end date instead.",
"x-workday-type": "Date",
"x-conditionally-hidden": true,
"x-conditionally-required": true
},
"specifyWorkingFte": {
"type": "boolean",
"example": true,
"description": "True if working full time equivalent is specified on a worker as of the effective date.",
"x-workday-type": "Boolean",
"x-conditionally-hidden": true
},
"defaultWeeklyHours": {
"type": "integer",
"example": 40,
"description": "The new default weekly hours for the worker as of the effective date.",
"x-workday-type": "Numeric",
"x-conditionally-hidden": true,
"x-conditionally-readOnly": true,
"x-conditionally-required": true
},
"positionWorkerType": {
"$ref": "#/components/schemas/positionWorkerType_05d4c45042b610001030ee47f2c90118"
},
"companyInsiderTypes": {
"type": "array",
"items": {
"$ref": "#/components/schemas/changeJobCompanyInsiderTypesData_05d4c45042b61000131e4b2132f30137"
},
"description": "The new company insider types for the worker as of the effective date.",
"x-workday-type": "Multi-instance",
"x-conditionally-hidden": true,
"x-conditionally-required": true
},
"expectedAssignmentEndDate": {
"type": "string",
"format": "date",
"example": "2024-03-23T07:00:00.000Z",
"description": "For a past or current business process, the value of the Expected Assignment End Date field that is being (or was) proposed in the process.",
"x-workday-type": "Date",
"x-conditionally-hidden": true,
"x-conditionally-required": true
},
"workersCompensationCodeOverride": {
"$ref": "#/components/schemas/workersCompensationCodeOverride_05d4c45042b61000138500e185e0013f"
}
}
}
]
}
changeJobBusinessTitle_3db8095ffa18100013a5f96969ca0102
{
"allOf": [
{
"type": "object",
"properties": {
"businessTitle": {
"type": "string",
"example": "Sample Business Title",
"description": "The new business title for the worker as of the effective date. If there is no business title override, this field defaults to the job title or job profile name.",
"x-workday-type": "Text",
"x-conditionally-hidden": true,
"x-conditionally-required": true
}
}
}
]
}
changeJobCompanyInsiderTypesData_05d4c45042b61000131e4b2132f30137
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
}
}
}
]
}
changeJobContractDetailsData_27ec818d10d010000386ce823ac20107
{
"allOf": [
{
"type": "object",
"properties": {
"currency": {
"$ref": "#/components/schemas/currency_2d0ca2cb2448100009c54386a8570e07"
},
"frequency": {
"$ref": "#/components/schemas/frequency_2d0ca2cb2448100009c5436d5d670e06"
},
"purchaseOrder": {
"$ref": "#/components/schemas/purchaseOrder_2d0ca2cb2448100009c5433bcff60e05"
},
"contractEndDate": {
"type": "string",
"format": "date",
"example": "2021-01-01T01:00:00.000Z",
"description": "The contract end date for the position as of this business process.",
"x-workday-type": "Date",
"x-conditionally-hidden": true,
"x-conditionally-required": true
},
"contractPayRate": {
"type": "object",
"example": "50.25",
"description": "The new contract pay rate for the contingent worker as of the effective date.",
"x-workday-type": "Currency",
"x-conditionally-hidden": true,
"x-conditionally-required": true
},
"assignmentDetails": {
"type": "string",
"example": "Sample Contract Assignment Details",
"description": "The new contract assignment details for the contingent worker as of the effective date.",
"x-workday-type": "Text",
"x-conditionally-hidden": true,
"x-conditionally-required": true
}
}
}
]
}
changeJobDefaultRepresentation_6cc31ee444d010000bb4153a954300e7
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
}
}
}
]
}
changeJobJobClassificationData_354103f196361000084489bcb281017f
{
"allOf": [
{
"type": "object",
"properties": {
"additionalJobClassifications": {
"type": "array",
"items": {
"$ref": "#/components/schemas/changeJobAdditionalJobClassificationData_27ec818d10d0100003600115b5200102"
},
"description": "Additional Job Classifications Proposed By Staffing Event",
"x-workday-type": "Multi-instance",
"x-conditionally-hidden": true,
"x-conditionally-required": true
}
}
}
]
}
changeJobJobProfileData_3db8095ffa18100013f019a27a1f0115
{
"allOf": [
{
"type": "object",
"properties": {
"jobTitle": {
"type": "string",
"example": "Sample Job Title",
"description": "The new job title for the worker as of the effective date.",
"x-workday-type": "Text",
"x-conditionally-hidden": true
},
"jobProfile": {
"$ref": "#/components/schemas/jobProfile_3db8095ffa18100013f019afc6d30116"
}
}
}
]
}
changeJobLocation_90151d6c4ff110001b4a46091678025c
{
"allOf": [
{
"type": "object",
"properties": {
"location": {
"$ref": "#/components/schemas/location_90151d6c4ff110001bfa027116820278"
},
"workShift": {
"$ref": "#/components/schemas/workShift_0ee7bb8b41db1000143d4e4822174f2e"
},
"workSpace": {
"$ref": "#/components/schemas/workSpace_0ee7bb8b41db10001e7db6a6c3e55663"
},
"scheduledHours": {
"type": "integer",
"example": 40,
"description": "The new scheduled hours for the worker as of the effective date.",
"x-workday-type": "Numeric",
"x-conditionally-hidden": true,
"x-conditionally-required": true
}
}
}
]
}
changeJobMoveTeamData_544fdf5c01da1000238ad82d26d90146
{
"allOf": [
{
"type": "object",
"properties": {
"moveTeam": {
"type": "boolean",
"example": true,
"description": "Returns a boolean that indicates whether teams reporting to the Manager moved with them during the Change Job Event.",
"x-workday-type": "Boolean",
"x-conditionally-hidden": true
}
}
}
]
}
changeJobOpeningData_97af9049a5fd10001c4888d654170000
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
},
"headcountOption": {
"$ref": "#/components/schemas/headcountOption_97af9049a5fd10001c48896fbde30000"
},
"openingAvailableForOverlap": {
"type": "boolean",
"example": true,
"description": "Returns true if the value for 'Available for job overlap' box is checked",
"x-workday-type": "Boolean",
"x-conditionally-hidden": true
}
}
}
]
}
changeJobPositionData_dfc4e58f7308100018bd1c459f435221
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"position": {
"$ref": "#/components/schemas/position_dfc4e58f730810001ad60369c23452d1"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
},
"closePosition": {
"type": "boolean",
"example": true,
"description": "Returns true if the position is being closed.",
"x-workday-type": "Boolean",
"x-conditionally-hidden": true,
"x-conditionally-readOnly": true
},
"createPosition": {
"type": "boolean",
"example": true,
"description": "Returns true if the position is being created.",
"x-workday-type": "Boolean",
"x-conditionally-hidden": true
},
"jobRequisition": {
"$ref": "#/components/schemas/jobRequisition_dfc4e58f730810001ad60325d9bc52cf"
},
"availableForOverlap": {
"type": "boolean",
"example": true,
"description": "Returns true if the value for 'Available for job overlap' box is checked",
"x-workday-type": "Boolean",
"x-conditionally-hidden": true,
"x-conditionally-readOnly": true
}
}
}
]
}
changeOrganizationAssignmentDefaultRepresentation_db2f38bfb555100012de1eb17c2f00ff
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
}
}
}
]
}
checkInArchiveDetail_1163fe23102e10001df342088f8a018e
{
"allOf": [
{
"type": "object",
"required": [
"archive"
],
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"archive": {
"type": "boolean",
"example": true,
"description": "Indicates that the check-in is archived.",
"x-workday-type": "Boolean"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
}
}
}
]
}
checkInAttachmentDetail_ef244acfe6cf10002ebe92d43a7701d7
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"comment": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "Returns comment for the Attachment",
"x-workday-type": "Text"
},
"fileName": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"maxLength": 255,
"description": "File name of the attachment",
"x-workday-type": "Text"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
},
"fileLength": {
"type": "integer",
"example": 1171233711,
"description": "File length of the attachment",
"x-workday-type": "Numeric"
},
"contentType": {
"$ref": "#/components/schemas/contentType_ef244acfe6cf10002ebe92e7001601d8"
}
}
}
]
}
checkInDetail_316b5a26cc3c10000ebdb0cb484602e1
{
"allOf": [
{
"type": "object",
"required": [
"date"
],
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"date": {
"type": "string",
"format": "date",
"example": "2024-03-23T07:00:00.000Z",
"description": "Date of check-in.",
"x-workday-type": "Date"
},
"description": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "Description of check-in.",
"x-workday-type": "Rich Text"
},
"associatedTopics": {
"type": "array",
"items": {
"$ref": "#/components/schemas/associatedCheckInTopicDetail_316b5a26cc3c100010a01184c23902ea"
},
"description": "Topics included in a check-in.",
"x-workday-type": "Multi-instance"
},
"checkInAttachments": {
"type": "array",
"items": {
"$ref": "#/components/schemas/checkInAttachmentDetail_ef244acfe6cf10002ebe92d43a7701d7"
},
"description": "Returns all attachments for the Check-In.",
"x-workday-type": "Multi-instance"
}
}
}
]
}
checkInTopicArchiveDetail_1163fe23102e10001f72d77b213401a2
{
"allOf": [
{
"type": "object",
"required": [
"archive"
],
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"archive": {
"type": "boolean",
"example": true,
"description": "Indicates that the topic is archived.",
"x-workday-type": "Boolean"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
}
}
}
]
}
checkInTopicAttachmentDetail_600ecde4c8421000278d06bfacea01c1
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"comment": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "Returns comment for the Attachment",
"x-workday-type": "Text"
},
"fileName": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"maxLength": 255,
"description": "File name of the attachment",
"x-workday-type": "Text"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
},
"fileLength": {
"type": "integer",
"example": 541229484,
"description": "File length of the attachment",
"x-workday-type": "Numeric"
},
"contentType": {
"$ref": "#/components/schemas/contentType_600ecde4c842100027eaa21d044e01cf"
}
}
}
]
}
checkInTopicDetail_3267c0ba92a010001688d79b032b03b8
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"name": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "Topic name.",
"x-workday-type": "Text",
"x-conditionally-required": true
},
"sharedNotes": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "Shared notes of the topic.",
"x-workday-type": "Rich Text"
},
"privateNotes": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "Personal notes of the topic.",
"x-workday-type": "Rich Text"
},
"associatedCheckIns": {
"type": "array",
"items": {
"$ref": "#/components/schemas/associatedCheckInDetail_3267c0ba92a0100016ed105476ad03c4"
},
"description": "Check-ins associated to topic.",
"x-workday-type": "Multi-instance"
},
"checkInTopicAttachments": {
"type": "array",
"items": {
"$ref": "#/components/schemas/checkInTopicAttachmentDetail_600ecde4c8421000278d06bfacea01c1"
},
"description": "Returns all attachments for the Check-In Topic.",
"x-workday-type": "Multi-instance"
}
}
}
]
}
checkInTopicsSummary_d81c816de26f10000ef2c5cb2fdd0015
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"name": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "Topic name.",
"x-workday-type": "Text"
},
"creator": {
"$ref": "#/components/schemas/creator_d81c816de26f10000f521459ac80001d"
},
"archived": {
"type": "boolean",
"example": true,
"description": "Indicates that the topic is archived.",
"x-workday-type": "Boolean"
},
"participant": {
"$ref": "#/components/schemas/participant_d81c816de26f10000f52144d053f001b"
},
"sharedNotes": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "Shared notes of the topic.",
"x-workday-type": "Rich Text"
},
"privateNotes": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "Personal notes of the topic.",
"x-workday-type": "Rich Text"
},
"associatedCheckIns": {
"type": "array",
"items": {
"$ref": "#/components/schemas/associatedCheckInsSummary_d81c816de26f10000f7a29ea89140020"
},
"description": "Check-ins associated to topic.",
"x-workday-type": "Multi-instance"
},
"checkInTopicAttachments": {
"type": "array",
"items": {
"$ref": "#/components/schemas/checkInTopicAttachmentDetail_600ecde4c8421000278d06bfacea01c1"
},
"description": "Returns all attachments for the Check-In Topic.",
"x-workday-type": "Multi-instance"
}
}
}
]
}
checkInsSummary_b3a69f47a499100010ce6be72bfe001d
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"date": {
"type": "string",
"format": "date",
"example": "2024-03-23T07:00:00.000Z",
"description": "Date of check-in.",
"x-workday-type": "Date"
},
"creator": {
"$ref": "#/components/schemas/creator_b3a69f47a49910001687de28dd71003d"
},
"archived": {
"type": "boolean",
"example": true,
"description": "Indicates that the check-in is archived.",
"x-workday-type": "Boolean"
},
"description": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "Description of check-in.",
"x-workday-type": "Rich Text"
},
"participant": {
"$ref": "#/components/schemas/participant_b3a69f47a49910001687de1d4c75003c"
},
"associatedTopics": {
"type": "array",
"items": {
"$ref": "#/components/schemas/associatedTopicsSummary_b3a69f47a4991000171aae4c5a810040"
},
"description": "Topics included in a check-in.",
"x-workday-type": "Multi-instance"
},
"checkInAttachments": {
"type": "array",
"items": {
"$ref": "#/components/schemas/checkInAttachmentDetail_ef244acfe6cf10002ebe92d43a7701d7"
},
"description": "Returns all attachments for the Check-In.",
"x-workday-type": "Multi-instance"
}
}
}
]
}
comments_7d98fd55aeee100022968e52a1b31c60
{
"allOf": [
{
"type": "object",
"properties": {
"comment": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "The business process comment for a worker event before it's submitted.",
"x-workday-type": "Text"
}
}
}
]
}
comments_86093b8a932f10001499f356ff83012e
{
"allOf": [
{
"type": "object",
"properties": {
"person": {
"$ref": "#/components/schemas/person_86093b8a932f10001499f38c72410130"
},
"comment": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "Comment",
"x-workday-type": "Text"
},
"commentDate": {
"type": "string",
"format": "date",
"example": "2024-03-23T07:00:00.000Z",
"description": "Gives the moment at which the instance was originally created.",
"x-workday-type": "Date"
}
}
}
]
}
companyInsiderTypeRelatedView_7deab99f645f10001000f8a388740081
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
}
}
}
]
}
company_56fe0dd0eca1100019cfe097d26a03f2
{
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{}
],
"description": "The new company for the \\~worker\\~ as of the effective date.",
"x-conditionally-hidden": true,
"x-conditionally-required": true
}
contentType_43b30ba735b8100011ee47993f11014a
{
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{}
],
"description": "Content type of the attachment"
}
contentType_600ecde4c842100027eaa21d044e01cf
{
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{}
],
"description": "Content type of the attachment"
}
contentType_ef244acfe6cf10002ebe92e7001601d8
{
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{}
],
"description": "Content type of the attachment"
}
costCenter_5aabf8e28cb3100010a999f40b07024f
{
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{}
],
"description": "The new cost center for the \\~worker\\~ as of the effective date.",
"x-conditionally-hidden": true,
"x-conditionally-required": true
}
countryDataForLocationData_af21e47ff7c01000092e0e4f9a22026e
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
}
}
}
]
}
countryOrRegionRelatedView_3b00708994e4100007e9c8f14e3812ae
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
}
}
}
]
}
countryOrRegion_3b00708994e4100007848bc917a112a6
{
"allOf": [
{
"$ref": "#/components/schemas/countryOrRegionRelatedView_3b00708994e4100007e9c8f14e3812ae"
},
{}
],
"description": "Returns the \\~Country\\~ or Country Region for this Job Profile Exempt."
}
countryRelatedView_7deab99f645f10000cf305c30e260054
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"alpha3Code": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"maxLength": 3,
"description": "The ISO alpha-3 code for a country.",
"x-workday-type": "Text"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
}
}
}
]
}
country_3b00708994e4100004edeb4e0d37128c
{
"allOf": [
{
"$ref": "#/components/schemas/countryRelatedView_7deab99f645f10000cf305c30e260054"
},
{}
],
"description": "The \\~country\\~ for the worker compensation code."
}
country_3b00708994e41000095e4647007012bc
{
"allOf": [
{
"$ref": "#/components/schemas/countryRelatedView_7deab99f645f10000cf305c30e260054"
},
{}
],
"description": "The \\~country\\~ associated with the job profile pay rate"
}
country_af21e47ff7c01000092ecf4d7ad30270
{
"allOf": [
{
"$ref": "#/components/schemas/countryDataForLocationData_af21e47ff7c01000092e0e4f9a22026e"
},
{}
],
"description": "Returns the \\~country\\~ from the primary address for the location."
}
createSkillUsageRepresentation_98f198f5056b1000196313ffe9a0225e
{
"allOf": [
{
"type": "object",
"properties": {
"skills": {
"type": "array",
"items": {
"$ref": "#/components/schemas/displayExplicitSkillRepresentation_d6ca778018011000182fa5be1ae901a8"
},
"description": "Explicit Skill Usages",
"x-workday-type": "Multi-instance"
},
"skillItem": {
"$ref": "#/components/schemas/skillItem_98f198f5056b100019631445471d225f"
},
"skillSources": {
"type": "array",
"items": {
"$ref": "#/components/schemas/skillItemSourceAddRepresentation_c5fabc4ca81610000d5d15309ac90122"
},
"description": "Skill Sources",
"x-workday-type": "Multi-instance"
}
}
}
]
}
creator_b3a69f47a49910001687de28dd71003d
{
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{}
],
"description": "Creator of \\~check-in\\~."
}
creator_d81c816de26f10000f521459ac80001d
{
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{}
],
"description": "Creator of \\~topic\\~."
}
currency_2d0ca2cb2448100009c54386a8570e07
{
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{}
],
"description": "The currency that is applied to the \\~contingent worker's\\~ contract pay rate as of the event effective date.",
"x-conditionally-hidden": true
}
customOrganizationDetails_3950e273020a100017857926d35d369c
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
},
"organizationType": {
"$ref": "#/components/schemas/organizationType_3950e273020a100017857958e234369d"
}
}
}
]
}
difficultyToFillRelatedView_3b00708994e41000032f4de84695004c
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
}
}
}
]
}
difficultyToFill_89a0b59e7cce1000074acb57c0c50162
{
"allOf": [
{
"$ref": "#/components/schemas/difficultyToFillRelatedView_3b00708994e41000032f4de84695004c"
},
{}
],
"description": "Indicates how difficult it is to fill this job profile."
}
displayExplicitSkillRepresentation_d6ca778018011000182fa5be1ae901a8
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"remoteID": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "Remote Skill ID for associated Remote Skill Item",
"x-workday-type": "Text"
},
"skillItem": {
"$ref": "#/components/schemas/skillItem_d6ca778018011000182fa5f3b32001aa"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
},
"skillSources": {
"type": "array",
"items": {
"$ref": "#/components/schemas/skillSourceRepresentation_998d2cc58f2f10000db59b08da0306a8"
},
"description": "The sources that serve as evidence for the skill usage.",
"x-workday-type": "Multi-instance"
}
}
}
]
}
eventAttachmentsForToolbar_43b30ba735b8100011ee4767246d0143
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"category": {
"$ref": "#/components/schemas/category_43b30ba735b8100011ee4781a9d50146"
},
"fileName": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"maxLength": 255,
"description": "File name of the attachment",
"x-workday-type": "Text"
},
"fileLength": {
"type": "integer",
"example": 53461586,
"description": "File length of the attachment",
"x-workday-type": "Numeric"
},
"uploadDate": {
"type": "string",
"format": "date",
"example": "2024-03-23T07:00:00.000Z",
"readOnly": true,
"description": "Returns Date the Business Process Attachment was updated.",
"x-workday-type": "Date"
},
"uploadedBy": {
"$ref": "#/components/schemas/uploadedBy_b32ff437243510000e22e06470370160"
},
"contentType": {
"$ref": "#/components/schemas/contentType_43b30ba735b8100011ee47993f11014a"
},
"description": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "Event attachment description",
"x-workday-type": "Text"
}
}
}
]
}
eventStateOrganizationAssignment_f3e1ff305e2d100003327f7b7fa103f1
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
},
"businessProcessParameters": {
"$ref": "#/components/schemas/businessProcessParameters_23782ad3f54110002073aab65def00fb"
}
}
}
]
}
eventState_54e611eca2c910000fbc4579181c0111
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"status": {
"$ref": "#/components/schemas/status_54e611eca2c910000fbc4599be0b0112"
},
"descriptor": {
"type": "string",
"example": "Lorem ipsum dolor sit ame",
"description": "A preview of the instance"
},
"validation": {
"type": "string",
"example": "Sample Validation",
"description": "Validation message for an action event triggered by a condition.",
"x-workday-type": "Text"
},
"businessProcessParameters": {
"$ref": "#/components/schemas/businessProcessParameters_5afc0b4b5a4610002aaebb8180cd2261"
}
}
}
]
}
externalSkillLevelDetail_1c67ac98c0f310002706be33dcdb0000
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"context": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "The text you enter to provide context for this external skill load. Not visible to end users.",
"x-workday-type": "Text"
},
"skillVendorId": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "The vendor associated to the External Skill.",
"x-workday-type": "Text"
},
"effectiveMoment": {
"type": "string",
"format": "date",
"example": "2024-03-23T07:00:00.000Z",
"description": "The date that the external Skill Level was last updated.",
"x-workday-type": "Date"
},
"externalSkillId": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "The skill from the external system.",
"x-workday-type": "Text"
},
"skillVendorName": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "The name of the vendor associated with the External Skill.",
"x-workday-type": "Text"
},
"externalSkillName": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "The name of the skill from the external system",
"x-workday-type": "Text"
},
"externalSkillLevel": {
"type": "integer",
"example": 5,
"description": "The skill level normalized to a scale from 1-5 and to 1 decimal place.",
"x-workday-type": "Numeric"
}
}
}
]
}
externalSkillLevel_a39462f09c44100005d46fd77ef00000
{
"allOf": [
{
"type": "object",
"required": [
"externalSkillId",
"externalSkillLevel"
],
"properties": {
"id": {
"type": "string",
"description": "Id of the instance"
},
"context": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "The text you enter to provide context for this external skill load. Not visible to end users.",
"x-workday-type": "Text"
},
"effectiveMoment": {
"type": "string",
"format": "date",
"example": "2024-03-23T07:00:00.000Z",
"description": "The date that the external Skill Level was last updated.",
"x-workday-type": "Date"
},
"externalSkillId": {
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"description": "The skill from the external system.",
"x-workday-type": "Text"
},
"externalSkillLevel": {
"type": "integer",
"example": 8,
"description": "The skill level normalized to a scale from 1-5 and to 1 decimal place.",
"x-workday-type": "Numeric"
}
}
}
]
}
for_5d688bd57bb910001815ab3dd10024a9
{
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{}
],
"x-readOnly": true,
"description": "The thing which this business process is about. It could be another business process if this is a sub-process"
}
frequency_2d0ca2cb2448100009c5436d5d670e06
{
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{}
],
"description": "The new frequency that is applied to the \\~contingent worker's\\~ contract pay rate.",
"x-conditionally-hidden": true,
"x-conditionally-required": true
}