Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOpenAPISpecJSON ¶
GetOpenAPISpecJSON returns the raw OpenAPI spec as JSON bytes.
Types ¶
type ArrayContainer ¶
type ArrayContainer struct {
Values []string `json:"values,omitempty" form:"values,omitempty"`
AdditionalProperties map[string]any `json:"-"`
}
#/components/schemas/ArrayContainer
func (*ArrayContainer) ApplyDefaults ¶
func (s *ArrayContainer) ApplyDefaults()
ApplyDefaults sets default values for fields that are nil.
func (ArrayContainer) MarshalJSON ¶
func (s ArrayContainer) MarshalJSON() ([]byte, error)
func (*ArrayContainer) UnmarshalJSON ¶
func (s *ArrayContainer) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.