LinkedIn · Schema

ConfigurationValue

ConfigurationValue from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
configurationValue object
View JSON Schema on GitHub

JSON Schema

linkedin-talent-recruiter-system-connect-configuration-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-talent-recruiter-system-connect-configuration-value-schema.json",
  "title": "ConfigurationValue",
  "description": "ConfigurationValue from LinkedIn API",
  "type": "object",
  "properties": {
    "configurationValue": {
      "type": "object",
      "properties": {
        "string": {
          "type": "string",
          "enum": [
            "ALL_PRODUCT_USERS",
            "ACL_BASED"
          ],
          "example": "ALL_PRODUCT_USERS"
        }
      }
    }
  }
}