eclipse-vertx / vertx-json-schema

Vert.x Json Schema
Other
78 stars 32 forks source link

Support data retrieval from JSON schema repositories #69

Closed Markus-Elfring closed 1 year ago

Markus-Elfring commented 2 years ago

Some data can be stored also in schema repositories. :eyes: I am looking for ways to retrieve selected schema information from this storage system. :crystal_ball: Which programming interfaces will support such functionality?

pmlopes commented 1 year ago

You can use the find() method or the resolve. Find will perform a complex lookup based on a json pointer. resolve() can look up a exact schema.