cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement jsonschema validation using Python script

Ajay_Chawda
Contributor

Hi
i’m trying to validate simple json data against particular json schema using python script.
i’m trying to use ‘cerberus’ library of python but script snap is failing with error.
image

How we can import external library and use it in script snap?any other native library that can be use so that we can avoid loading of external library?

JSON Formatter snap can be used to validate json by specifying Schema file ?

validate_2019_01_02.slp (10.4 KB)

test.schema.txt (366 Bytes)

5 REPLIES 5

thank you @tlikarish for suggesting alternative options.