Apideck · Schema

HrisJobs

IntegrationsUnified API

Properties

Name Type Description
employee object
jobs array
View JSON Schema on GitHub

JSON Schema

apideck-hrisjobs-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HrisJobs",
  "title": "HrisJobs",
  "type": "object",
  "x-apideck-schema-id": "HrisJobs",
  "properties": {
    "employee": {
      "$ref": "#/components/schemas/Employee"
    },
    "jobs": {
      "type": "array",
      "nullable": true,
      "items": {
        "$ref": "#/components/schemas/HrisJob"
      }
    }
  }
}