Pixir.Provider.OpenResponsesSchema.Generated (pixir v0.1.12)

Copy Markdown View Source

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.

Summary

Functions

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

Return the sorted known event types compiled into this pin.

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

Return one generated local schema by normalized component name.

Functions

event_root(type)

@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()

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

Return the sorted known event types compiled into this pin.

manifest()

@spec manifest() :: map()

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

schema(name)

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

Return one generated local schema by normalized component name.