Skip to main content

ChainSuggestionItem

providerCodestring
chainCodestring
sourcestring

Possible values: [inference, cross_provider]

candidateNamestring
confidencenumber<double>

Possible values: >= 0 and <= 1

sampleSizeinteger

Possible values: >= 0

statusstring

Possible values: [pending, auto_published, accepted, rejected, superseded]

computedAtstring<date-time>
reviewedAtstring<date-time>
reviewedBystring
notestring
supportstring

Raw JSON (as string) with the evidence used by the suggester. Opaque to the API.

ChainSuggestionItem
{
"providerCode": "string",
"chainCode": "string",
"source": "inference",
"candidateName": "string",
"confidence": 0,
"sampleSize": 0,
"status": "pending",
"computedAt": "2024-07-29T15:51:28.071Z",
"reviewedAt": "2024-07-29T15:51:28.071Z",
"reviewedBy": "string",
"note": "string",
"support": "string"
}