LinkedIn · Schema

AtsIntegrationResponse

Response for ATS integration details

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
results object
View JSON Schema on GitHub

JSON Schema

linkedin-atsintegrationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtsIntegrationResponse",
  "title": "AtsIntegrationResponse",
  "type": "object",
  "description": "Response for ATS integration details",
  "properties": {
    "results": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/components/schemas/AtsIntegrationDetail"
      }
    }
  }
}