{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CallBackQuality", "title": "CallBackQuality", "type": "string", "enum": [ "RECOMMENDED", "NOT_RECOMMENDED", "INVALID" ], "description": " * `RECOMMENDED` - An activated number, associated with a User or Workspace.\n * `NOT_RECOMMENDED` - An activated number, associated with anything else, like Auto Attendant or Hunt Group.\n * `INVALID` - An inactive or non-existent number.\n" }