{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://thegr0ve.com/schemas/public-site-graph.schema.json",
  "title": "public-site-graph",
  "description": "Public traversal graph linking pages, sections, topics, assets, and public commons bridges.",
  "type": "object",
  "required": [
    "schema_version",
    "generated_at",
    "nodes",
    "edges"
  ],
  "additionalProperties": true
}
