{ "$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-integration-patch-structure.json", "name": "IntegrationPatch", "description": "IntegrationPatch from LinkedIn API", "type": "object", "properties": { "patch": { "type": "object", "properties": { "$set": { "type": "object", "properties": { "integrationName": { "type": "string", "example": "Customer Name LinkedIn Recruiter CSA_API Integration" } } } } } } }