hjsonschema-1.9.0: JSON Schema library

Safe HaskellNone
LanguageHaskell2010

JSONSchema.Validator.Reference

Contents

Description

Synopsis

Documentation

data Scope schema Source #

Constructors

Scope 

Instances

Eq schema => Eq (Scope schema) Source # 

Methods

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

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

Show schema => Show (Scope schema) Source # 

Methods

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

show :: Scope schema -> String #

showList :: [Scope schema] -> ShowS #

newtype BaseURI Source #

Constructors

BaseURI 

Fields

type URIAndFragment = (Maybe Text, Maybe Text) Source #

TODO: no `type`s.

Helpers