MentorshipRequest

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

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

JSON Schema

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