Workday · JSON Structure

Recruiting Job Posting Structure

Type: object Properties: 9
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

JobPosting is a JSON Structure definition published by Workday, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id descriptor title startDate endDate jobDescription isInternal isExternal postedOn

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JobPosting",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "jobDescription": {
      "type": "string"
    },
    "isInternal": {
      "type": "boolean"
    },
    "isExternal": {
      "type": "boolean"
    },
    "postedOn": {
      "type": "string"
    }
  }
}