{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://thegr0ve.com/schemas/public-site-asset-index.schema.json",
  "title": "public-site-asset-index",
  "description": "Flat public index of every public downloadable static asset outside the Pagefind cache.",
  "type": "object",
  "required": [
    "schema_version",
    "generated_at",
    "asset_count",
    "assets"
  ],
  "additionalProperties": true
}
