Versions in this module Expand all Collapse all v0 v0.1.0 Apr 15, 2026 Changes in this version + func GetOpenAPISpecJSON() ([]byte, error) + type AnyType1 = any + type AnyType2 = any + type CustomStringType = string + type DeprecatedProperty struct + NewProp string + OldProp1 *string + OldProp2 *string + OldProp3 *string + OldProp4 *string + func (s *DeprecatedProperty) ApplyDefaults() + type EnsureEverythingIsReferencedJSONResponse struct + AnyType1 *AnyType1 + AnyType2 *AnyType2 + CustomStringType *CustomStringType + func (s *EnsureEverythingIsReferencedJSONResponse) ApplyDefaults() + type EnumInObjInArray = []EnumInObjInArrayItem + type EnumInObjInArrayItem struct + Val *string + func (s *EnumInObjInArrayItem) ApplyDefaults() + type EnumInObjInArrayVal string + const First + const Second + type GenericObject struct + func (s *GenericObject) ApplyDefaults() + type InnerRenamedAnonymousObject struct + ID int + func (s *InnerRenamedAnonymousObject) ApplyDefaults() + type Issue1051JSONResponse2001 struct + func (s *Issue1051JSONResponse2001) ApplyDefaults() + type Issue1051JSONResponse2002 struct + func (s *Issue1051JSONResponse2002) ApplyDefaults() + type N5StartsWithNumber struct + func (s *N5StartsWithNumber) ApplyDefaults() + type NullableProperties struct + Optional *string + OptionalAndNullable oapiCodegenTypesPkg.Nullable[string] + Required string + RequiredAndNullable oapiCodegenTypesPkg.Nullable[string] + func (s *NullableProperties) ApplyDefaults() + type OuterTypeWithAnonymousInner struct + Inner InnerRenamedAnonymousObject + Name string + func (s *OuterTypeWithAnonymousInner) ApplyDefaults()