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: postPath:
/apiManagement/jsonSchemas/{resource-owner}/{classifier}
- Delete a JSON Schema
- Method: deletePath:
/apiManagement/jsonSchemas/{resource-owner}/{classifier}/{id}
- Get a JSON Schema
- Method: getPath:
/apiManagement/jsonSchemas/{resource-owner}/{classifier}/{id}
- Get all JSON Schemas
- Method: getPath:
/apiManagement/jsonSchemas/{resource-owner}/{classifier}
- Update a JSON Schema
- Method: putPath:
/apiManagement/jsonSchemas/{resource-owner}/{classifier}/{id}