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