Workday · JSON Structure

Recruiting Job Requisition Structure

Type: object Properties: 8
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor requisitionNumber jobTitle status numberOfOpenings createdOn targetHireDate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JobRequisition",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "requisitionNumber": {
      "type": "string"
    },
    "jobTitle": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "numberOfOpenings": {
      "type": "integer"
    },
    "createdOn": {
      "type": "string"
    },
    "targetHireDate": {
      "type": "string"
    }
  }
}