{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://thegr0ve.com/schemas/public-commons-registry.schema.json",
  "title": "public-commons-registry",
  "description": "Unified public commons registry linking the main knowledge spine and Visual Atom Commons.",
  "type": "object",
  "required": [
    "schema_version",
    "generated_at",
    "registry_id",
    "surfaces"
  ],
  "additionalProperties": true
}
