Versions in this module Expand all Collapse all v0 v0.1.0 Apr 15, 2026 Changes in this version + func GetOpenAPISpecJSON() ([]byte, error) + type Error struct + Code int32 + Message string + func (s *Error) ApplyDefaults() + type Pet struct + Name string + func (s *Pet) ApplyDefaults() + type PetNames struct + Names []string + func (s *PetNames) ApplyDefaults() + type ValidatePetsJSONResponse = []Pet