{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IntegrationPatch", "title": "IntegrationPatch", "type": "object", "properties": { "patch": { "type": "object", "properties": { "$set": { "type": "object", "properties": { "integrationName": { "type": "string", "example": "Customer Name LinkedIn Recruiter CSA_API Integration" } } } } } } }