Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalObject ¶
type ExternalObject struct {
Field1 *string `json:"field1,omitempty" validate:"omitempty"`
Field2 *ExternalRef2 `json:"field2,omitempty" validate:"omitempty"`
}
type ExternalRef ¶
type ExternalRef string
type ExternalRef2 ¶
type ExternalRef2 struct {
Subfield1 *string `json:"subfield1,omitempty" validate:"omitempty"`
}
Click to show internal directories.
Click to hide internal directories.