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

Version of the Schema

Parent: `/Schemas/{Id}`

## Properties

| Field | Description |
|-------|-------------|
| `date_created` | The date the schema version was created, given in ISO 8601 format.. Format: date-time |
| `id` | The unique identifier of the schema. Each schema can have multiple versions, that share the same id. |
| `raw` | Format: uri |
| `schema_version` | The version of this schema. |
| `url` | The URL of this resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Events.V1.Schema.SchemaVersion{
  date_created: String.t() | nil,
  id: String.t() | nil,
  raw: String.t() | nil,
  schema_version: integer(),
  url: String.t() | nil
}
```

# `object_name`

---

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