Versions in this module Expand all Collapse all v0 v0.2.0 Dec 25, 2015 v0.1.0 Dec 14, 2015 Changes in this version + type Ref struct + HasFileScheme bool + HasFragmentOnly bool + HasFullFilePath bool + HasFullURL bool + HasURLPathOnly bool + func MustCreateRef(ref string) Ref + func New(jsonReferenceString string) (Ref, error) + func (r *Ref) GetPointer() *jsonpointer.Pointer + func (r *Ref) GetURL() *url.URL + func (r *Ref) Inherits(child Ref) (*Ref, error) + func (r *Ref) IsCanonical() bool + func (r *Ref) IsRoot() bool + func (r *Ref) String() string