public interface SchemaLibrary
| Modifier and Type | Method and Description |
|---|---|
JSONObject |
getSchema(java.lang.String name)
Given the name of a schema, this returns the JSONObject for that schema
The name would be used in a #ref attribute of one schema, in order to
refer to fragment of a schema returned by the library.
|
JSONObject getSchema(java.lang.String name) throws java.lang.Exception
java.lang.Exception