# `Ory.Model.ValidateBaseUrlRewriteResponse`

ValidateBaseURLRewriteResponse is the response shape. The endpoint always returns HTTP 200 with a structured outcome so the client has a single response shape for tracing and so neither side has to special-case 4xx vs. body parsing.

# `t`

```elixir
@type t() :: %Ory.Model.ValidateBaseUrlRewriteResponse{
  reason: String.t() | nil,
  valid: boolean()
}
```

# `decode`

---

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