{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CallBackSelectedPatch", "title": "CallBackSelectedPatch", "type": "string", "enum": [ "DIRECT_LINE", "LOCATION_ECBN", "LOCATION_MEMBER_NUMBER" ], "description": " * `DIRECT_LINE` - Returned calls from the Public Safety Answering Point go directly to the member. The Emergency Service Address configured by the PSTN to the member's phone is specific to the member\u2019s location.\n * `LOCATION_ECBN` - Each location can have an ECBN configured that is different from the location\u2019s main number. Location Default ECBN is typically configured for users without dedicated telephone numbers or with only an extension.\n * `LOCATION_MEMBER_NUMBER` - Configure one user with another user\u2019s telephone number as an ECBN. This option is used in place of a location\u2019s main number when the location has multiple floors or buildings. This allows the ECBN assigned to have a more accurate Emergency Service Address associated with it.\n" }