# `Mediate.Id`
[🔗](https://github.com/mrmeku/mediate/blob/v0.1.0/lib/mediate/id.ex#L1)

An identifier: a UUID string, the shape every subject, object, decision, and operation id has.

# `t`

```elixir
@type t() :: String.t()
```

A UUID in its canonical string form.

# `new`

```elixir
@spec new() :: t()
```

A fresh identifier.

---

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