Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatalogEntry ¶
type Detail ¶
type Detail struct {
ID int `json:"id"`
Title string `json:"title"`
Slug string `json:"slug"`
Description string `json:"description"`
Price int `json:"price"`
Mode string `json:"mode,omitempty"`
ModeMessage string `json:"mode_message,omitempty"`
Category Category `json:"category"`
Schema Schema `json:"schema"`
}
type Items ¶
type Items struct {
Type string `json:"type"`
Enum []json.RawMessage `json:"enum,omitempty"`
}
type Property ¶
type Property struct {
Type string `json:"type"`
Title string `json:"title"`
Description string `json:"description"`
Default json.RawMessage `json:"default,omitempty"`
Enum []json.RawMessage `json:"enum,omitempty"`
Items *Items `json:"items,omitempty"`
AdditionalProperties json.RawMessage `json:"additionalProperties,omitempty"`
UniqueItems bool `json:"uniqueItems,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.