{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ActionOnRouteList", "title": "ActionOnRouteList", "type": "string", "enum": [ "ADD", "DELETE" ], "description": " * `ADD` - Add a phone number to the Route List.\n * `DELETE` - Delete a phone number from the Route List.\n" }