Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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