Versions in this module Expand all Collapse all v0 v0.1.0 Apr 2, 2023 Changes in this version + var ErrKeysValidatorNotSupported = errors.New("KeysValidator type not supported") + var ErrNoSchema = errors.New("no schema defined for object") + var ErrNoSchemaList = errors.New("at least one schema must be specified") + var ErrNotImplemented = errors.New("not implemented") + type Builder interface + BuildJSONSchema func() (map[string]interface{}, error) + func ValidatorBuilder(v schema.FieldValidator) (Builder, error) + type Encoder struct + func NewEncoder(w io.Writer) *Encoder + func (e *Encoder) Encode(s *schema.Schema) error