0 purchases
robotjsonschemalibrary 0.1.1
Provides a simple interface to jsonschema, the Python implementation of JSON Schema.
Usage
You can import library like this:
Library JSONSchemaLibrary
or:
Library JSONSchemaLibrary /path/to/schemas
and you can write your testcase like this:
My Test Case:
Validate Json schema_name.schema.json {"foo": "bar"}
My Test Case2:
Validate Json /path/to/schema_name.schema.json {"foo": "bar"}
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.