Documentation ¶
Overview ¶
Basic json-schema generator based on Go types, for easy interchange of Go structures between diferent languages.
Index ¶
Constants ¶
View Source
const DEFAULT_SCHEMA = "http://json-schema.org/schema#"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct { Schema string `json:"$schema,omitempty"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.