{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://data.forkcast.org/schemas/snapshot-manifest.schema.json",
  "type": "object",
  "required": ["version", "snapshot_id", "generated_at", "catalog_path", "record_count", "read_models"],
  "properties": {
    "version": { "const": 1 },
    "snapshot_id": { "type": "string" },
    "generated_at": { "type": "string" },
    "catalog_path": { "type": "string" },
    "record_count": { "type": "number" },
    "read_models": { "type": "array" }
  }
}
