# com.gigs.virtualNumber.activated

## Properties

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `object` | string | Yes | Type of object is always `event`. |
| `id` | string | Yes | Unique identifier for the event. |
| `actor` | object | Yes |  |
| `data` | object | Yes | Virtual numbers are additional numbers that can be added for a user. Any calls made or texts sent to an active virtual number will be received by the primary number of the `subscription`. Note that this is an experimental feature that is only available in select projects.  <!-- theme: info --> > #### Preview > > This schema is currently in preview and might change in the future. > > We’re excited to hear your feedback and ideas. Please send an email > to [support@gigs.com](mailto:support@gigs.com) to share your thoughts.  |
| `datacontenttype` | string | Yes | The RFC 2046 content-type. |
| `project` | string | Yes | Unique identifier for the project where the event occurred. |
| `source` | string | Yes | URI identifying the event source. |
| `specversion` | string | Yes | The CloudEvents spec version. |
| `time` | string | Yes | Time when the event occurred. |
| `type` | string | Yes | Type is always `com.gigs.virtualNumber.activated`. |
| `version` | string | Yes | API version used to serialize the data and the event itself. |
