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

Versioned Schema definitions for Event Types

Operations: `fetch`

# `fetch`

```elixir
@spec fetch(Twilio.Client.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Events.V1.Schema.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Fetch a specific schema with its nested versions.

Operation: `FetchSchema` | Tags: EventsV1Schema

---

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