"description":"Each line of manifest.jsonl must conform to this schema. The file is newline-delimited JSON (JSONL); validate one parsed object per non-empty line.",
"type":"object",
"required":["file","origin","date"],
"additionalProperties":false,
"properties":{
"file":{
"type":"string",
"description":"Filename of the Push3 seed relative to the seeds/ directory (e.g. optimizer_v3.push3)."
},
"fitness":{
"type":["integer","null"],
"description":"Raw fitness score returned by the evaluator (wei-scale integer). null when the seed has not yet been evaluated."