{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://visuals.thegr0ve.com/schemas/public-commons-registry.schema.json",
  "title": "public-commons-registry",
  "description": "Public Visual Commons registry linked to the root The Gr0ve unified commons registry.",
  "type": "object",
  "required": [
    "schema_version",
    "generated_surface",
    "registry_id",
    "parent_registry",
    "surface"
  ],
  "additionalProperties": true
}
