JsonSchema.Parser.ParserBehaviour behaviour (json_schema v0.6.0)

Copy Markdown View Source

Describes the functions needed to implement a parser for a JSON schema node.

Summary

Callbacks

parse(schemaNode, t, arg3, t, t)

type?(schemaNode)

@callback type?(JsonSchema.Types.schemaNode()) :: boolean()