SmartRecruiters · Schema

CompanySummary

Human ResourcesRecruitingTalent AcquisitionApplicant TrackingHR Technology

Properties

Name Type Description
identifier string
name string
View JSON Schema on GitHub

JSON Schema

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