{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AtsIntegrationDetail", "title": "AtsIntegrationDetail", "type": "object", "properties": { "integrationContext": { "type": "string", "example": "urn:li:contract:12345" }, "integrationType": { "type": "string", "example": "PREMIUM_JOB_POSTING" }, "integrationName": { "type": "string", "example": "Customer Name - LinkedIn LTS Premium Job Posting Integration" }, "status": { "type": "string", "example": "ENABLED" } } }