Skip to content

Files

Latest commit

 

History

History

json-schema-examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Vert.x Json Schema examples

Here you will find examples demonstrating Vert.x Json Schema in action.

Dependencies required

To use Vert.x gRPC in your own Maven or Gradle project add the following dependency

Group ID: io.vertx
Artifact ID: vertx-json-schema

Validate Json Against a Schema

This example shows how to load and create a SchemaRepository and how to validate json objects using it.