{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://thegr0ve.com/schemas/public-site-manifest.schema.json",
  "title": "public-site-manifest",
  "description": "Public machine-readable manifest for thegr0ve.com.",
  "type": "object",
  "required": [
    "schema_version",
    "generated_at",
    "site",
    "public_data_endpoints"
  ],
  "additionalProperties": true
}
