# com.gigs.sim.deactivated

## 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 | A SIM is a unique card that identifies itself to a specific mobile network and provides voice, text, and data connectivity to a user’s device. There are two types of available SIMs: eSIM and pSIM. eSIMs can be activated and installed instantly on any eSIM compatible device, pSIMs (physical SIMs) must be provided to the user or installed into the device beforehand. |
| `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.sim.deactivated`. |
| `version` | string | Yes | API version used to serialize the data and the event itself. |
