LinkedIn · Schema

ConfigurationValue

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
configurationValue object
View JSON Schema on GitHub

JSON Schema

linkedin-configurationvalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfigurationValue",
  "title": "ConfigurationValue",
  "type": "object",
  "properties": {
    "configurationValue": {
      "type": "object",
      "properties": {
        "string": {
          "type": "string",
          "enum": [
            "ALL_PRODUCT_USERS",
            "ACL_BASED"
          ],
          "example": "ALL_PRODUCT_USERS"
        }
      }
    }
  }
}