{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RejectActionEnum", "title": "RejectActionEnum", "type": "string", "enum": [ "busy", "temporarilyUnavailable", "ignore" ], "description": " * `busy` - Send the call to busy.\n * `temporarilyUnavailable` - Send the call to temporarily unavailable.\n * `ignore` - Ignore the call by continuing ringback to the caller while no longer alerting the called user's devices.\n" }