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