output

package
v0.0.0-...-da2a1ef Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetOpenAPISpecJSON

func GetOpenAPISpecJSON() ([]byte, error)

GetOpenAPISpecJSON returns the raw OpenAPI spec as JSON bytes.

Types

type ArrayValue

type ArrayValue = []Value

#/components/schemas/ArrayValue

type Document

type Document struct {
	Fields map[string]any `json:"fields,omitempty" form:"fields,omitempty"`
}

#/components/schemas/Document

func (*Document) ApplyDefaults

func (s *Document) ApplyDefaults()

ApplyDefaults sets default values for fields that are nil.

type DocumentFields

type DocumentFields = map[string]any

#/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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL