{"id":21807698,"url":"https://github.com/yeshan333/apachejmeter_schema_assertion","last_synced_at":"2025-04-13T20:52:51.723Z","repository":{"id":38315702,"uuid":"448012002","full_name":"yeshan333/ApacheJmeter_Schema_Assertion","owner":"yeshan333","description":"a ApacheJmeter assertion plugin to validate Sampler response field types based on JSON/YAML Schema. ","archived":false,"fork":false,"pushed_at":"2024-05-06T06:29:22.000Z","size":101581,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T20:52:49.828Z","etag":null,"topics":["apache-jmeter","java","jmeter-assertion","jmeter-plugin","json-schema","yaml-schema"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yeshan333.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-14T15:18:16.000Z","updated_at":"2025-02-28T00:57:52.000Z","dependencies_parsed_at":"2024-11-27T14:50:47.004Z","dependency_job_id":null,"html_url":"https://github.com/yeshan333/ApacheJmeter_Schema_Assertion","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeshan333%2FApacheJmeter_Schema_Assertion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeshan333%2FApacheJmeter_Schema_Assertion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeshan333%2FApacheJmeter_Schema_Assertion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeshan333%2FApacheJmeter_Schema_Assertion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeshan333","download_url":"https://codeload.github.com/yeshan333/ApacheJmeter_Schema_Assertion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248782283,"owners_count":21160716,"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","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":["apache-jmeter","java","jmeter-assertion","jmeter-plugin","json-schema","yaml-schema"],"created_at":"2024-11-27T12:47:04.291Z","updated_at":"2025-04-13T20:52:51.699Z","avatar_url":"https://github.com/yeshan333.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ApacheJmeter Schema Assertion\r\n\r\n[![Maven Tests CI](https://github.com/yeshan333/ApacheJmeter_Schema_Assertion/actions/workflows/run-tests.yaml/badge.svg)](https://github.com/yeshan333/ApacheJmeter_Schema_Assertion/actions/workflows/run-tests.yaml) [![codecov](https://codecov.io/gh/yeshan333/ApacheJmeter_Schema_Assertion/branch/main/graph/badge.svg?token=WN0DZ6QQ9H)](https://codecov.io/gh/yeshan333/ApacheJmeter_Schema_Assertion)\r\n\r\n\u003c!-- ![Code Coverage](.github/badges/jacoco.svg) --\u003e\r\n\r\na ApacheJmeter assertion plugin to validate JSON/YAML Schema (Based on Sampler response).\r\n\r\n## Features\r\n\r\n- Get JSON/YAML Schema from textarea or filepath\r\n- Use [JsonPath](https://github.com/json-path/JsonPath) expression to extract the schema object\r\n\r\n## Quick Usage\r\n\r\n\u003e [Java JDK](https://adoptopenjdk.net/) is required.\r\n\r\n```shell\r\ngit clone git@github.com:yeshan333/ApacheJmeter_Schema_Assertion.git\r\n\r\ncd ApacheJmeter_Schema_Assertion/examples\r\n\r\nchmod +x jmeter_installer.sh\r\n\r\n# install ApacheJmeter\r\n./jmeter_installer.sh\r\n\r\n./apache-jmeter-5.5/bin/jmeter -t Schema_Assertion_5.5.jmx\r\n```\r\n\r\n![Assertion Settings](https://cdn.jsdelivr.net/gh/yeshan333/jsDelivrCDN@main/20220115114549.jpg)\r\n\r\n![Assertion Results](https://cdn.jsdelivr.net/gh/yeshan333/jsDelivrCDN@main/20220115114624.jpg)\r\n\r\n## Running Tests\r\n\r\n\u003e Maven \u0026 JDK 1.8+ is required.\r\n\r\nTo run tests, run the following command:\r\n\r\n```bash\r\nmvn clean test\r\n```\r\n\r\n## License\r\n\r\nDistributed under the MIT License. See [LICENSE](./LICENSE) for more information.\r\n\r\n## Acknowledgements\r\n\r\nThanks for these awesome resources that were used during the development of the **ApacheJmeter Schema Assertion**:\r\n\r\n- [Open API](https://spec.openapis.org/oas/latest.html#info-object-example)\r\n- [JSON Schema](https://json-schema.org/specification.html)\r\n- [YAML Schema](https://asdf-standard.readthedocs.io/en/1.5.0/schemas/yaml_schema.html#Schema%20Definitions)\r\n- [https://github.com/networknt/json-schema-validator](https://github.com/networknt/json-schema-validator)\r\n- [https://github.com/json-path/JsonPath](https://github.com/json-path/JsonPath)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeshan333%2Fapachejmeter_schema_assertion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeshan333%2Fapachejmeter_schema_assertion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeshan333%2Fapachejmeter_schema_assertion/lists"}