Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotImplemented means schema.FieldValidator type is not implemented ErrNotImplemented = errors.New("Schema not Implemented") )
Functions ¶
This section is empty.
Types ¶
type Encoder ¶
Encoder encodes schema.Schema into a JSONSchema
func NewEncoder ¶
NewEncoder returns a new JSONSchema Encoder.
Click to show internal directories.
Click to hide internal directories.