There is a JSON RPC 2.0 method that exposes some metadata about the JSON API server. We want to enhance it to also include in the response the list of exposed resources and the list of schemas for those.
The main goals are to empower ContentaJS to:
Only forward requests to Contenta CMS that are going to be a valid JSON API request using the resource list (remember to allow related/relationship requests).
Validate the request bodies before reaching Contenta CMS using the schema information.
There is a JSON RPC 2.0 method that exposes some metadata about the JSON API server. We want to enhance it to also include in the response the list of exposed resources and the list of schemas for those.
The main goals are to empower ContentaJS to: