{ "$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" } } } } }