{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NumberStateOptions", "title": "NumberStateOptions", "type": "string", "enum": [ "ACTIVE", "INACTIVE" ], "description": " * `ACTIVE` - The number is activated and has calling capability.\n * `INACTIVE` - A number is not yet activated and has no calling capability.\n" }