Snapshot Format Reference
Snapshots are JSON objects keyed by fact label.
Shape
{
"fact-label": {
"samples": [
{
"traces": [{ "path": "file.txt" }],
"content": "hello"
}
],
"created": "..."
}
}
Batch fields
samplesordered list of samplescreatedtimestamp for when the batch was created
Sample fields
tracesordered list of trace objectscontentstring content being tracked
Stability notes
- Snapshot files are a practical storage format, not a public network protocol.
- They are suitable for
inspect,diff,check,apply, andop evalexperiments.