Workday · Schema

Certification

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
id string
descriptor string
name string
issuer string
issuedDate string
expirationDate string
View JSON Schema on GitHub

JSON Schema

talent-certification-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Certification",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "issuer": {
      "type": "string"
    },
    "issuedDate": {
      "type": "string"
    },
    "expirationDate": {
      "type": "string"
    }
  }
}