minimal

package
v0.36.2 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Item

type Item struct {
	// Nullable value
	// required: true
	// Extensions:
	// ---
	// x-nullable: true
	Value1 *ValueStruct `json:"value1"`

	// Non-nullable value
	// required: true
	// example: {"value": 42}
	Value2 ValueStruct `json:"value2"`
}

swagger:model Item

type ValueStruct

type ValueStruct struct {
	Value int `json:"value"`
}

Jump to

Keyboard shortcuts

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