Kombo · Schema

PatchHrisSkillsSkillIdRequestBody

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Properties

Name Type Description
name string The name of the skill
levels array List of available skill levels (e.g., ["Beginner", "Intermediate", "Advanced"])
View JSON Schema on GitHub

JSON Schema

kombo-patchhrisskillsskillidrequestbody-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PatchHrisSkillsSkillIdRequestBody",
  "title": "PatchHrisSkillsSkillIdRequestBody",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the skill"
    },
    "levels": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of available skill levels (e.g., [\"Beginner\", \"Intermediate\", \"Advanced\"])"
    }
  }
}