package
Version:
v0.0.21
Opens a new window with list of versions in this module.
Published: Feb 25, 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
¶
type Pet struct {
Name string `json:"name" jsonschema:"title=Name"`
}
Pet defines the user's fury friend.
type Plant struct {
Variant string `json:"variant" jsonschema:"title=Variant"`
}
Plant represents the plants the user might have and serves as a test
of structs inside a `type` set.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.