MentorshipForWorkerRequest

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
mentor object
mentee object
topic string
View JSON Schema on GitHub

JSON Schema

workday-integration-mentorshipforworkerrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MentorshipForWorkerRequest",
  "title": "MentorshipForWorkerRequest",
  "type": "object",
  "required": [
    "mentor",
    "mentee"
  ],
  "properties": {
    "mentor": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "mentee": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "topic": {
      "type": "string"
    }
  }
}