Experience

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
id string
company string
title string
startDate string
endDate string
description string
View JSON Schema on GitHub

JSON Schema

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