MentorshipEditRequest

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
topic string
endDate string
View JSON Schema on GitHub

JSON Schema

workday-integration-mentorshipeditrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MentorshipEditRequest",
  "title": "MentorshipEditRequest",
  "type": "object",
  "properties": {
    "topic": {
      "type": "string"
    },
    "endDate": {
      "type": "string",
      "format": "date"
    }
  }
}