How to implement jsonschema validation using Python script
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. How we can import external library and use it in script snap?any oth...