# `Twilio.Resources.Events.V1.Schema`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/events/v1/schema.ex#L2)

Versioned Schema definitions for Event Types

## Sub-resources
- `versions` — `/v1/Schemas/{id}/Versions`

## Properties

| Field | Description |
|-------|-------------|
| `id` | The unique identifier of the schema. Each schema can have multiple versions, that share the same id. |
| `latest_version` | The latest version published of this schema. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `latest_version_date_created` | The date that the latest schema version was created, given in ISO 8601 format.. Format: date-time |
| `links` | Contains a dictionary of URL links to nested resources of this schema.. Format: uri-map |
| `url` | The URL of this resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Events.V1.Schema{
  id: String.t() | nil,
  latest_version: integer(),
  latest_version_date_created: String.t() | nil,
  links: map() | nil,
  url: String.t() | nil
}
```

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
