{ "info": { "author": "Johannes Staffans", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Robot Framework", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython" ], "description": "====================================================\nA Robot Framework library for JSON Schema validation\n====================================================\n\nProvides a simple interface to `jsonschema`_, the Python implementation of JSON Schema.\n\nUsage\n-----\n\nThe library needs access to the file system location of the schemas, in order to resolve references\nbetween schemas. Default is a subdirectory called `schemas` - you could make a symlink here to wherever\nthe schema definition files are::\n\n Library JSONSchemaLibrary /path/to/schemas\n ...\n My Test Case:\n Validate Json schema_name.schema.json {\"foo\": \"bar\"}\n\nPer default, only prints the validation error message when there's an error.\nRun with log level `DEBUG` in order to see more info, including a dump of the schema, in the Robot Framework logs.\n\nDevelopment\n-----------\n\n::\n\n $ pybot --pythonpath . tests\n\nTodo\n----\n\n* HTTP resolver\n\n.. _`jsonschema`: https://github.com/Julian/jsonschema", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jstaffans", "keywords": "robotframework test json schema", "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "robotframework-jsonschemalibrary", "package_url": "https://pypi.org/project/robotframework-jsonschemalibrary/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/robotframework-jsonschemalibrary/", "project_urls": { "Homepage": "https://github.com/jstaffans" }, "release_url": "https://pypi.org/project/robotframework-jsonschemalibrary/1.0/", "requires_dist": null, "requires_python": null, "summary": "A Robot Framework library for JSON Schema validation.", "version": "1.0" }, "last_serial": 2428997, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "fddfc3b968ae33035a658d7edaebe1cf", "sha256": "e52a00c8d8155b9c99d130da8360a7a692b19d292af1c58f0bf433df81df833b" }, "downloads": -1, "filename": "robotframework-jsonschemalibrary-1.0.tar.gz", "has_sig": false, "md5_digest": "fddfc3b968ae33035a658d7edaebe1cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2429, "upload_time": "2016-10-28T15:52:11", "url": "https://files.pythonhosted.org/packages/e6/0d/5d4162af1b87260f633cbd402cbe4bd263efa057bb9799c97e8e5676b241/robotframework-jsonschemalibrary-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fddfc3b968ae33035a658d7edaebe1cf", "sha256": "e52a00c8d8155b9c99d130da8360a7a692b19d292af1c58f0bf433df81df833b" }, "downloads": -1, "filename": "robotframework-jsonschemalibrary-1.0.tar.gz", "has_sig": false, "md5_digest": "fddfc3b968ae33035a658d7edaebe1cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2429, "upload_time": "2016-10-28T15:52:11", "url": "https://files.pythonhosted.org/packages/e6/0d/5d4162af1b87260f633cbd402cbe4bd263efa057bb9799c97e8e5676b241/robotframework-jsonschemalibrary-1.0.tar.gz" } ] }