/v2/analysis/schema
Returns the JSON schema expected from any analysis request JSON posted to the analysis endpoint.
The returned schema can be used for validation of requests, editor support and for human inspection (the schema contains documentation of stages, components and their parameters).
Access Methods
GET
URL Parameters
None
Request Body
None
Response
Full JSON schema for the analysis requests the API can process.
Errors
This endpoint always returns HTTP 200 (OK).
Examples
The following curl
command can be used to download the JSON schema:
curl http://localhost:8080/api/v2/analysis/schema
The returned result is quite large and an example response is not included in this documentation.