{"id":15521936,"url":"https://github.com/vietj/vertx-json-schema","last_synced_at":"2026-06-20T19:32:22.334Z","repository":{"id":138514443,"uuid":"184596452","full_name":"vietj/vertx-json-schema","owner":"vietj","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-22T19:40:08.000Z","size":148,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":11,"default_branch":"master","last_synced_at":"2026-01-15T04:43:03.213Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/vietj.png","metadata":{"files":{"readme":"README.md","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-02T14:32:54.000Z","updated_at":"2025-05-25T11:58:28.000Z","dependencies_parsed_at":"2023-03-20T20:30:26.129Z","dependency_job_id":null,"html_url":"https://github.com/vietj/vertx-json-schema","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vietj/vertx-json-schema","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vietj%2Fvertx-json-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vietj%2Fvertx-json-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vietj%2Fvertx-json-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vietj%2Fvertx-json-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vietj","download_url":"https://codeload.github.com/vietj/vertx-json-schema/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vietj%2Fvertx-json-schema/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34583589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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-10-02T10:38:43.118Z","updated_at":"2026-06-20T19:32:22.314Z","avatar_url":"https://github.com/vietj.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Vert.x JSON Schema\n\n[![Build Status](https://travis-ci.org/vert-x3/vertx-json-schema.svg?branch=master)](https://travis-ci.org/vert-x3/vertx-json-schema)\n\n## Architecture\n\n* `SchemaParser`: Parses the schemas. It can be used to parse various schemas. Every JSON Schema dialect/version has one\n* `SchemaRouter`: Contains a cache of parsed schemas and resolve cached/local/external `$ref`. You can share it across various `SchemaParser`\n* `Validator`: Contains validation logic for single/multiple keyword(s)\n* `Schema`: Represents a schema and contains `Validator` instances\n* `ValidatorFactory`: Represents a factory for a `Validator`\n\n## How to use\n````java\nSchemaRouter router = SchemaRouter.create(vertx)\nSchemaParserOptions options = new SchemaParserOptions();\nSchemaParser parser = Draft7SchemaParser.create(options, router);\nSchema schema = parser.parse(schema, scope);\nFuture validationResult = schema.validateAsync(objectToValidate);\n````\n\nOr shorthand\n\n```java\nSchema schema = Draft7SchemaParser.parse(vertx, schema, scope);\nFuture validationResult = schema.validateAsync(objectToValidate);\n```\n\n## Extend the validator\nTo support custom keywords, you can create a new `ValidatorFactory` and register to a `SchemaParser` with `SchemaParserOptions.putAdditionalValidatorFactory()`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvietj%2Fvertx-json-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvietj%2Fvertx-json-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvietj%2Fvertx-json-schema/lists"}