package
Version:
v0.0.0-...-8a85022
Opens a new window with list of versions in this module.
Published: Feb 24, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Code generated by jsonschema. DO NOT EDIT.
type Allof struct {
Storage AllofStorage `json:"storage", validate:"required,allof"`
}
type AllofStorage struct {
Speed *float64 `json:"speed,omitempty"`
Name *string `json:"name,omitempty"`
Amount *float64 `json:"amount,omitempty"`
}
type Test2 struct {
Amount *float64 `json:"amount,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.