Describes the functions needed to implement a parser for a JSON schema node.
Summary
Callbacks
@callback parse( JsonSchema.Types.schemaNode(), URI.t(), URI.t() | nil, URI.t(), String.t() ) :: JsonSchema.Parser.ParserResult.t()
@callback type?(JsonSchema.Types.schemaNode()) :: boolean()