Skip to content

Choose a tag to compare

@elrandira elrandira released this 08 Aug 08:59
· 4 commits to master since this release

new keywords:

  • Validate Json By Schema  
  • Validate Json By Schema File

new dependency:

  • jsonschema>=2.5.1

bugfix:

  • keywords that modify JSON object were previously modifying the object passed as argument whereas the documentation as always said the modified object should be retrieved as a keyword output. Check #47 & #48 for more details