{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://thegr0ve.com/schemas/public-topic-index.schema.json",
  "title": "public-topic-index",
  "description": "Topic hub and spoke index for thegr0ve.com.",
  "type": "object",
  "required": [
    "schema_version",
    "generated_at",
    "topic_count",
    "topics"
  ],
  "additionalProperties": true
}
