{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InterceptNumberGet", "title": "InterceptNumberGet", "type": "object", "required": [ "enabled" ], "properties": { "enabled": { "type": "boolean", "example": true, "description": "If `true`, the caller hears this new number when the call is intercepted." }, "destination": { "type": "string", "example": "+12225551212", "description": "New number the caller hears announced." } } }