Versions in this module Expand all Collapse all v0 v0.1.0 Apr 15, 2026 Changes in this version + func GetOpenAPISpecJSON() ([]byte, error) + type AllOfWithDefaults struct + Base *string + Extended *int + func (s *AllOfWithDefaults) ApplyDefaults() + type AnyOfWithDefaults struct + Value *AnyOfWithDefaultsValue + func (s *AnyOfWithDefaults) ApplyDefaults() + type AnyOfWithDefaultsValue struct + func (t *AnyOfWithDefaultsValue) ApplyDefaults() + func (t *AnyOfWithDefaultsValue) FromAnyOfWithDefaultsValueAnyOf0(v AnyOfWithDefaultsValueAnyOf0) error + func (t *AnyOfWithDefaultsValue) FromAnyOfWithDefaultsValueAnyOf1(v AnyOfWithDefaultsValueAnyOf1) error + func (t *AnyOfWithDefaultsValue) MergeAnyOfWithDefaultsValueAnyOf0(v AnyOfWithDefaultsValueAnyOf0) error + func (t *AnyOfWithDefaultsValue) MergeAnyOfWithDefaultsValueAnyOf1(v AnyOfWithDefaultsValueAnyOf1) error + func (t *AnyOfWithDefaultsValue) UnmarshalJSON(b []byte) error + func (t AnyOfWithDefaultsValue) AsAnyOfWithDefaultsValueAnyOf0() (AnyOfWithDefaultsValueAnyOf0, error) + func (t AnyOfWithDefaultsValue) AsAnyOfWithDefaultsValueAnyOf1() (AnyOfWithDefaultsValueAnyOf1, error) + func (t AnyOfWithDefaultsValue) MarshalJSON() ([]byte, error) + type AnyOfWithDefaultsValueAnyOf0 struct + StringVal *string + func (s *AnyOfWithDefaultsValueAnyOf0) ApplyDefaults() + type AnyOfWithDefaultsValueAnyOf1 struct + IntVal *int + func (s *AnyOfWithDefaultsValueAnyOf1) ApplyDefaults() + type ArrayDefaults struct + Count *int + Items []string + func (s *ArrayDefaults) ApplyDefaults() + type DeepNesting struct + Level1 *DeepNestingLevel1 + func (s *DeepNesting) ApplyDefaults() + type DeepNestingLevel1 struct + Level2 *DeepNestingLevel1Level2 + Name *string + func (s *DeepNestingLevel1) ApplyDefaults() + type DeepNestingLevel1Level2 struct + Count *int + Level3 *DeepNestingLevel1Level2Level3 + func (s *DeepNestingLevel1Level2) ApplyDefaults() + type DeepNestingLevel1Level2Level3 struct + Enabled *bool + func (s *DeepNestingLevel1Level2Level3) ApplyDefaults() + type MapWithDefaults struct + AdditionalProperties map[string]string + Prefix *string + func (a *MapWithDefaults) Set(fieldName string, value string) + func (a *MapWithDefaults) UnmarshalJSON(b []byte) error + func (a MapWithDefaults) Get(fieldName string) (value string, found bool) + func (a MapWithDefaults) MarshalJSON() ([]byte, error) + func (s *MapWithDefaults) ApplyDefaults() + type NestedDefaults struct + Child *SimpleDefaults + InlineChild *NestedDefaultsInlineChild + Name *string + func (s *NestedDefaults) ApplyDefaults() + type NestedDefaultsInlineChild struct + Label *string + Value *int + func (s *NestedDefaultsInlineChild) ApplyDefaults() + type OneOfWithDefaults struct + Variant *OneOfWithDefaultsVariant + func (s *OneOfWithDefaults) ApplyDefaults() + type OneOfWithDefaultsVariant struct + func (t *OneOfWithDefaultsVariant) ApplyDefaults() + func (t *OneOfWithDefaultsVariant) FromOneOfWithDefaultsVariantOneOf0(v OneOfWithDefaultsVariantOneOf0) error + func (t *OneOfWithDefaultsVariant) FromOneOfWithDefaultsVariantOneOf1(v OneOfWithDefaultsVariantOneOf1) error + func (t *OneOfWithDefaultsVariant) MergeOneOfWithDefaultsVariantOneOf0(v OneOfWithDefaultsVariantOneOf0) error + func (t *OneOfWithDefaultsVariant) MergeOneOfWithDefaultsVariantOneOf1(v OneOfWithDefaultsVariantOneOf1) error + func (t *OneOfWithDefaultsVariant) UnmarshalJSON(b []byte) error + func (t OneOfWithDefaultsVariant) AsOneOfWithDefaultsVariantOneOf0() (OneOfWithDefaultsVariantOneOf0, error) + func (t OneOfWithDefaultsVariant) AsOneOfWithDefaultsVariantOneOf1() (OneOfWithDefaultsVariantOneOf1, error) + func (t OneOfWithDefaultsVariant) MarshalJSON() ([]byte, error) + type OneOfWithDefaultsVariantOneOf0 struct + OptionA *string + func (s *OneOfWithDefaultsVariantOneOf0) ApplyDefaults() + type OneOfWithDefaultsVariantOneOf1 struct + OptionB *int + func (s *OneOfWithDefaultsVariantOneOf1) ApplyDefaults() + type RequiredAndOptional struct + OptionalNoDefault *string + OptionalWithDefault *string + RequiredNoDefault string + RequiredWithDefault string + func (s *RequiredAndOptional) ApplyDefaults() + type SimpleDefaults struct + BoolField *bool + FloatField *float32 + Int64Field *int64 + IntField *int + StringField *string + func (s *SimpleDefaults) ApplyDefaults()