cert-atlas / schema.json
nickh007's picture
A fourth family: sequential receipts, and the abstention-forgery class
6ff93fb verified
Raw
History Blame Contribute Delete
1.19 kB
{
"atlas_digest": "f278ae0d7fe885623b1b1ad2c3a742591a55d3c04bef6135b8e254d64e0abf64",
"atlas_version": "1.0.0",
"counts": {
"invalid": 28,
"valid": 8
},
"fields": {
"artifact_files": "list[string] \u2014 filenames making up the artifact",
"artifact_json": "string \u2014 JSON object mapping each filename to its contents",
"atlas_digest": "string \u2014 content digest; rows are only comparable at equal digest",
"atlas_version": "string \u2014 the atlas release this row came from",
"caught_by": "string \u2014 the check that is supposed to reject it; empty if valid",
"defect": "string \u2014 defect key; empty for valid cases",
"family": "string \u2014 certificate | receipt | seal",
"id": "string \u2014 stable case identifier, e.g. 'cert.forged_verdict'",
"severity": "string \u2014 soundness | integrity | vacuity; empty for valid cases",
"tags": "list[string] \u2014 free-form labels",
"title": "string \u2014 one-line description of the mutation; empty for valid cases",
"valid": "bool \u2014 whether a correct verifier should ACCEPT this artifact",
"why_it_looks_valid": "string \u2014 why a naive verifier would accept it; empty if valid"
}
}