Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apicurio/apicurio-registry-schema-validation
Standalone schema validation library with Apicurio Registry integration.
https://github.com/apicurio/apicurio-registry-schema-validation
Last synced: 2 months ago
JSON representation
Standalone schema validation library with Apicurio Registry integration.
- Host: GitHub
- URL: https://github.com/apicurio/apicurio-registry-schema-validation
- Owner: Apicurio
- License: apache-2.0
- Created: 2022-01-27T16:20:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T14:58:44.000Z (9 months ago)
- Last Synced: 2024-04-12T17:24:08.798Z (9 months ago)
- Language: Java
- Size: 78.1 KB
- Stars: 4
- Watchers: 7
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apicurio-registry-schema-validation
Standalone schema validation library with Apicurio Registry integration.
## What is this?
With this library you can manage your JSON and Protobuf Schemas in Apicurio Registry and easily use them from your Java applications to validate objects and to verify that a given object meets the requirements as defined by the Schema.
## Check it out
For json-schema, you can add this dependency to your pom.xml
```io.apicurio
apicurio-registry-schema-validation-jsonschema
0.0.1.Final```
For protobuf you can add this other dependency to your pom.xml
```io.apicurio
apicurio-registry-schema-validation-protobuf
0.0.2.Final```
Examples of this library for json-schema can be found in the [apicurio-registry-examples](https://github.com/Apicurio/apicurio-registry-examples/tree/master/jsonschema-validation) repository