Versions in this module Expand all Collapse all v1 v1.0.0 Jun 6, 2019 Changes in this version + type Schema struct + func Parse(buf []byte) (*Schema, error) + func ParseFromFile(path string) (*Schema, error) + func (s *Schema) Free() + func (s *Schema) Pointer() uintptr + func (s *Schema) Validate(d types.Document) error + type SchemaValidationError struct + func (sve SchemaValidationError) Error() string + func (sve SchemaValidationError) Errors() []error