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

corpus/EvalCandidateDeferred

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
Outputs that were attached to this candidate.
required
createdAt non-empty string
ISO 8601 creation timestamp; the canonical sort key for every store.
required
schemaVersion exactly 3
Present only on the 12 records written under the v3 grammar; its absence marks a pre-v3 record.
rule non-empty string
Rule tag; at the root only on v3-grammar records.
confidence number 0-1
Detector confidence; at the root only on v3-grammar records.
file non-empty string
Flagged source file; at the root only on v3-grammar records.
line integer >= 0
Line within the source file; at the root only on v3-grammar records.
blockText string
Flagged source text; at the root only on v3-grammar records.
promptVersion string
Policy version name, or a legacy hash-shaped value from the pre-stamp era.
split one of: train | calibration | held-out
Training partition this candidate belonged to.
metadata object (additional keys allowed) 14 sub
Deferred-record annotations; on pre-v3 records this also carries the detector fields.
required
rule string
Rule tag; carried here on pre-v3 records.
confidence number 0-1
Detector confidence; carried here on pre-v3 records.
file string
Flagged source file; carried here on pre-v3 records.
fileName string
Basename of the flagged file.
line integer >= 0
Line within the source file; carried here on pre-v3 records.
blockText string
Flagged source text; carried here on pre-v3 records.
contentHash non-empty string
Hash of the flagged content at deferral time.
detail string
Detector detail string shown beside the flag.
message string
Detector message for the flag.
target one of: flag | fix
Which half of the review the deferred candidate belonged to.
isoWeek string
Recap week the candidate was generated for.
purpose string
Launch-time purpose recorded by the generator.
promptVersion string
Policy version the candidate was generated under.
signals object (additional keys allowed)
Detector signal scores keyed by signal name.

Rules

  • _detectorFieldsMatchGrammar

Defects

No defects in the 194 records checked.

Where it lives

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