Hello,

I would like to check if documents adhere to a json-schema before doing 
updates on the database, by using a javascript function.

For this to work i need to load a library that can do 
jsson-schema-validation, and a javascript object that describes the schema.

I can do all this by calling other functions that create all that's 
necessary, but that means that it has to be done every time again, even 
though it would be more logical to *only load the library and the 
json-schema once* (when the server starts or the first time the function is 
called).

Is this possible somehow?


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to