Generates Zod validation schemas for Ash resources and actions.
This module is a thin formatter adapter over AshTypescript.Codegen.SchemaCore.
It implements AshTypescript.Codegen.SchemaFormatter with Zod-specific output
syntax (method chaining, z.enum, .optional(), etc.).
Summary
Functions
Generates a Zod schema definition for an RPC action's input.
Generates a Zod schema for a single resource.
Generates Zod schemas for embedded resources and struct arguments.
Maps Ash type structs (attribute/argument maps) to a Zod schema string.
Functions
Generates a Zod schema definition for an RPC action's input.
Generates a Zod schema for a single resource.
Generates Zod schemas for embedded resources and struct arguments.
Maps Ash type structs (attribute/argument maps) to a Zod schema string.