{"id":13776417,"url":"https://github.com/jstaffans/robotframework-jsonschemalibrary","last_synced_at":"2025-10-08T22:56:21.508Z","repository":{"id":145151338,"uuid":"72217502","full_name":"jstaffans/robotframework-jsonschemalibrary","owner":"jstaffans","description":"JSON Schema validation library for Robot Framework","archived":false,"fork":false,"pushed_at":"2019-07-02T07:45:42.000Z","size":7,"stargazers_count":9,"open_issues_count":2,"forks_count":8,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-11T10:46:15.151Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jstaffans.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-10-28T15:05:55.000Z","updated_at":"2024-02-06T00:38:42.000Z","dependencies_parsed_at":"2024-01-15T01:03:37.537Z","dependency_job_id":"58ec2c8e-5f55-4f9b-bd83-996c82e043d3","html_url":"https://github.com/jstaffans/robotframework-jsonschemalibrary","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jstaffans/robotframework-jsonschemalibrary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstaffans%2Frobotframework-jsonschemalibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstaffans%2Frobotframework-jsonschemalibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstaffans%2Frobotframework-jsonschemalibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstaffans%2Frobotframework-jsonschemalibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jstaffans","download_url":"https://codeload.github.com/jstaffans/robotframework-jsonschemalibrary/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstaffans%2Frobotframework-jsonschemalibrary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000686,"owners_count":26082850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T18:00:25.164Z","updated_at":"2025-10-08T22:56:21.460Z","avatar_url":"https://github.com/jstaffans.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":["Data"],"readme":"====================================================\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\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjstaffans%2Frobotframework-jsonschemalibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjstaffans%2Frobotframework-jsonschemalibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjstaffans%2Frobotframework-jsonschemalibrary/lists"}