{
 "$schema":"https://json-schema.org/draft/2020-12/schema","$id":"sink-inventory.schema.json","title":"Retained exact sink inventory","type":"object","additionalProperties":false,
 "required":["schema_version","run_id","manifest_sha256","entries"],
 "properties":{
  "schema_version":{"const":"1.0.0"},"run_id":{"type":"string","minLength":1},"manifest_sha256":{"type":"string","pattern":"^[0-9a-f]{64}$"},
  "entries":{"type":"array","minItems":1,"uniqueItems":true,"items":{"type":"object"}}
 }
}
