Json schema validation module.
This module is the core of jesse, it implements the validation functionality according to the standard.check_value/3 | Goes through attributes of the given schema JsonSchema and
validates the value Value against them. |
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