JSON Schemas REST Endpoints

Extensibility/JSON Schemas
JSON Schemas service provides the way to upload or create the jsonSchema having an aftermarket extension to the Extensibility Solution at the runtime.

Note:

Refer the details of the REST API user role required to generate the OAuth token for respective services and their HTTP operations, provided in the Access Roles for Resources topic. Example if you want to generate the OAuth token for 'Generation Rules' service and for POST operation, you would use 'EXTENSION_RULES_CREATE' as a user role.

Create a JSON Schema.
Method: post
Path: /apiManagement/jsonSchemas/{resource-owner}/{classifier}
Delete a JSON Schema.
Method: delete
Path: /apiManagement/jsonSchemas/{resource-owner}/{classifier}/{id}
Get a JSON Schema.
Method: get
Path: /apiManagement/jsonSchemas/{resource-owner}/{classifier}/{id}
Get all JSON Schemas.
Method: get
Path: /apiManagement/jsonSchemas/{resource-owner}/{classifier}
Update a JSON Schema.
Method: put
Path: /apiManagement/jsonSchemas/{resource-owner}/{classifier}/{id}