LinkedIn · JSON Structure

Linkedin Talent Recruiter System Connect Configuration Value Structure

ConfigurationValue from LinkedIn API

Type: object Properties: 1
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

ConfigurationValue is a JSON Structure definition published by LinkedIn, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

configurationValue

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-talent-recruiter-system-connect-configuration-value-structure.json",
  "name": "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"
        }
      }
    }
  }
}