{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/STATE", "title": "STATE", "type": "string", "enum": [ "ACTIVE", "INACTIVE" ], "description": " * `ACTIVE` - Phone number is in the active state.\n * `INACTIVE` - Phone number is in the inactive state.\n" }