hjsonschema-1.6.3: JSON Schema library

Safe HaskellNone
LanguageHaskell2010

JSONSchema.Validator.Reference

Contents

Description

Synopsis

Documentation

data Scope schema #

Constructors

Scope 

Instances

Eq schema => Eq (Scope schema) # 

Methods

(==) :: Scope schema -> Scope schema -> Bool #

(/=) :: Scope schema -> Scope schema -> Bool #

Show schema => Show (Scope schema) # 

Methods

showsPrec :: Int -> Scope schema -> ShowS #

show :: Scope schema -> String #

showList :: [Scope schema] -> ShowS #

newtype BaseURI #

Constructors

BaseURI 

Fields

Instances

type URIAndFragment = (Maybe Text, Maybe Text) #

TODO: no `type`s.

Helpers