interface CheckerPrimitive {
    endpointName: string;
    primitiveName: string;
    requestParam?: unknown;
    requestURI?: string;
    resultURI?: string;
}

Properties

endpointName: string

Endpoint to use.

primitiveName: string

Name of the checker primitive.

requestParam?: unknown

Request configuration parameter value.

requestURI?: string

URI inside the request object to points the checker configuration (if any).

resultURI?: string

URI to identify the part of the result object to look for to get the checker primitive value.