SmartRecruiters · Schema

Industry

Human ResourcesRecruitingTalent AcquisitionApplicant TrackingHR Technology

Properties

Name Type Description
id string
label string
View JSON Schema on GitHub

JSON Schema

smartrecruiters-industry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Industry",
  "title": "Industry",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "label": {
      "type": "string"
    }
  }
}