View Source JsonSchema.Parser.ParserBehaviour behaviour (json_schema v0.4.0)
Describes the functions needed to implement a parser for a JSON schema node.
Link to this section Summary
Link to this section 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()