hjsonschema-0.2.0.0: Haskell implementation of JSON Schema v4.

Safe HaskellNone
LanguageHaskell2010

Data.JsonSchema

Synopsis

Documentation

newtype Spec Source

Constructors

Spec 

type Graph = HashMap Text (HashMap Text Value) Source

Set of potentially mutually recursive schemas.

data RawSchema Source

Constructors

RawSchema