# `Pixir.Provider.OpenResponsesSchema.Generated`
[🔗](https://github.com/Ranvier-Technologies/pixir/blob/main/lib/pixir/provider/open_responses_schema/generated.ex#L1)

Generated, pinned Open Responses HTTP/SSE schema subset.

Do not edit this module by hand. Regenerate it with
`uv run python bin/generate-open-responses-schema`. The runtime performs no schema
parsing, filesystem access, reference resolution outside this module, or network I/O.

# `event_root`

```elixir
@spec event_root(String.t()) :: {:ok, String.t()} | :error
```

Return the generated root schema name for one known HTTP/SSE event type.

# `known_event_types`

```elixir
@spec known_event_types() :: [String.t()]
```

Return the sorted known event types compiled into this pin.

# `manifest`

```elixir
@spec manifest() :: map()
```

Return fixed authority, closure, budget, and digest metadata.

# `schema`

```elixir
@spec schema(String.t()) :: {:ok, map()} | :error
```

Return one generated local schema by normalized component name.

---

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