Versions in this module Expand all Collapse all v1 v1.0.1 Apr 1, 2026 v1.0.0 Apr 1, 2026 Changes in this version + func Print(v any) error + func PrintCommandSchema(command, description string, v any) error + type CommandSchema struct + Command string + Description string + Output *JSONSchema + type JSONSchema struct + Description string + Enum []string + Format string + Items *JSONSchema + Nullable bool + Properties map[string]*JSONSchema + Required []string + Schema string + Type string + func Generate(v any) *JSONSchema