Kombo · Schema

PostAiApplyCareerSitesRequestBody

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Properties

Name Type Description
label string The label of the career site
View JSON Schema on GitHub

JSON Schema

kombo-postaiapplycareersitesrequestbody-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PostAiApplyCareerSitesRequestBody",
  "title": "PostAiApplyCareerSitesRequestBody",
  "type": "object",
  "properties": {
    "label": {
      "type": "string",
      "description": "The label of the career site"
    }
  },
  "required": [
    "label"
  ]
}