Get Config Schema

Retrieve the configuration schema for the specified extractor and release version. The configuration schema is a JSON Schema file.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
extractor
required
string <= 255 characters

External ID of the extractor to get the schema for.

version
required
string

Version of the extractor to fetch schema for.

Example: 1.2.3
Responses
200

Extractor configuration schema as JSON.

400

The response for a bad request.

get/extractors/schemas/{extractor}/{version}
Request samples
Response samples
application/json
{ }