Module jesse_validator_draft4

Json schema validation module.

Description

Json schema validation module.

This module is the core of jesse, it implements the validation functionality according to the standard(draft4).

Function Index

check_value/3Goes through attributes of the given schema JsonSchema and validates the value Value against them.

Function Details

check_value/3

check_value(Value::jesse:json_term(), JsonSchema::jesse:schema(), State::jesse_state:state()) -> jesse_state:state() | no_return()

Goes through attributes of the given schema JsonSchema and validates the value Value against them.


Generated by EDoc