Closed Markus-Elfring closed 1 year 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?
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.
find()
resolve()
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?