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 Document ¶
#/components/schemas/Document
func (*Document) ApplyDefaults ¶
func (s *Document) ApplyDefaults()
ApplyDefaults sets default values for fields that are nil.
type DocumentFields ¶
#/components/schemas/Document/properties/fields
type Value ¶
type Value struct {
StringValue *string `json:"stringValue,omitempty" form:"stringValue,omitempty"`
ArrayValue *ArrayValue `json:"arrayValue,omitempty" form:"arrayValue,omitempty"`
}
#/components/schemas/Value
func (*Value) ApplyDefaults ¶
func (s *Value) ApplyDefaults()
ApplyDefaults sets default values for fields that are nil.
Click to show internal directories.
Click to hide internal directories.