Fleet Schemas ↑↓ move within a pane · ←→ move between panes · Enter opens · Esc backs out
EvalCandidate 25 fields

corpus/EvalCandidate

schemaVersion exactly 3
Eval record-grammar version; `3` is the only live grammar.
required
id non-empty string
Content-addressed candidate id; doubles as the filename.
required
policyId non-empty string
Owning policy id within the project partition.
required
configId non-empty string
Generation config that produced this candidate.
required
outputIds list of non-empty string
Competing outputs attached to this candidate.
required
rule non-empty string
Rule tag routing the candidate to a review queue; never a schema fork.
required
confidence number 0-1
Detector confidence in the flag.
required
file non-empty string
Source file the candidate was flagged in.
required
line integer >= 0
Line within the source file.
required
blockText string
Flagged source text shown in the arena.
required
signals object (additional keys allowed)
Detector signal scores keyed by signal name.
sessionId string
Harness session that produced the candidate.
inputRef object (additional keys allowed) 8 sub
Pointer to an artifact used by an evaluation record.
uri string
Canonical artifact location.
required
localPath string
On-disk path when the artifact is materialized locally.
mimeType string
MIME type of the referenced bytes.
required
sha256 string matching /^[a-f0-9]{64}$/
Content hash of the referenced bytes.
bytes integer >= 0
Size of the referenced bytes.
runId string
query-llm run id that produced the artifact.
thumbnailUri string
Generated thumbnail location.
previewUri string
Generated preview location.
promptVersion string
Frozen policy version name (`v2`) or a cross-version `+` pair; legacy hash-shaped values stay readable.
split one of: train | calibration | held-out
Training partition this candidate belongs to.
metadata object (additional keys allowed)
Producer-owned annotations; keys and value shapes belong to the writing producer.
createdAt non-empty string
ISO 8601 creation timestamp; the canonical sort key for every store.
required

Rules

This schema declares no additional rules beyond its field shape.

Defects

No defects in the 90 records checked.

Where it lives

Bound bylib-corpus
Declared in~/mnt/mdr/skills/lib-corpus/assets/schemas/eval-candidate.ts
BindingevalCandidateDataStore
Directory~/mnt/corpus/training
Files*/*/candidates/*.json
Referenced aseval-candidate