Generates a machine-readable JSON manifest of all RPC actions.
The JSON manifest provides structured metadata about every generated RPC function, its types, pagination support, and variants. This enables third-party packages (e.g., TanStack Query integrations) to introspect the generated API surface and build typed wrappers without coupling to ash_typescript internals.
Schema version
The manifest includes a version field (currently 1) so consumers can detect
breaking changes to the manifest format.
Summary
Functions
Generates a JSON manifest of all RPC actions for the given OTP application.