[][src]Function uclicious_libucl_sys::ucl_object_validate

pub unsafe extern "C" fn ucl_object_validate(
    schema: *const ucl_object_t,
    obj: *const ucl_object_t,
    err: *mut ucl_schema_error
) -> bool

Validate object obj using schema object schema. @param schema schema object @param obj object to validate @param err error pointer, if this parameter is not NULL and error has been occurred, then err is filled with the exact error definition. @return true if obj is valid using schema