hjsonschema-1.9.0: JSON Schema library

Safe HaskellNone
LanguageHaskell2010

JSONSchema.Draft4.Schema

Synopsis

Documentation

data Schema Source #

Constructors

Schema 

Fields

internalSchemaHashMap :: HashMap Text (Schema -> Maybe Value) Source #

Internal. Separate from ToJSON because it's also used by FromJSON to determine what keys aren't official schema keys and therefor should be included in _schemaOther.