http://localhost:8081/{version}
This documents the API calls that can be made to get JSON Schemas of a module defined by X-Okapi-Module-Id header
Get JSON Schemas for the given module defined by header X-Okapi-Module-Id. Without path query param will return list of JSON Schema paths. With path query param will return the specific JSON Schema with resolvable references.
GET /_/jsonSchemas
Path to specific JSON Schema
Example:
userdata.json
JSON Schema
Media type: application/json
Type: any
Example:
[
"userdataCollection.json",
"usergroups.json",
"proxyfor.json",
"userdata.json",
"proxyforCollection.json",
"usergroup.json",
"addresstype.json",
"addresstypeCollection.json"
]
Media type: application/schema+json
Type: any
JSON Schema with a given path not found
Media type: text/plain
Type: any
Internal server error
Media type: text/plain
Type: any
Example:
Internal server error, contact administrator