{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateDirectorySyncResponse", "title": "UpdateDirectorySyncResponse", "type": "object", "properties": { "enableDirSync": { "type": "boolean", "example": true, "description": "The toggle to enable/disable directory sync." }, "directorySyncStatus": { "type": "object", "properties": { "syncStatus": { "type": "string", "example": "NOT_SYNCED", "description": "The sync status of the enterprise." } }, "description": "Directory sync status" } } }