# `ExJsonSchema.Schema.Ref`
[🔗](https://github.com/jonasschmidt/ex_json_schema/blob/v0.11.5/lib/ex_json_schema/schema/ref.ex#L1)

# `t`

```elixir
@type t() :: %ExJsonSchema.Schema.Ref{
  fragment: [String.t()],
  fragment_pointer?: boolean(),
  location: String.t() | nil
}
```

# `cached?`

# `from_string`

# `local?`

---

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