{
  "apiVersion": "v1",
  "kind": "JSONSchema",
  "metadata": {
    "generated": "2026-08-22T14:14:13Z",
    "language": "en"
  },
  "data": {
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.wheelofheaven.world/v1/schema/library/",
  "title": "LibraryOverview",
  "description": "Top-level library statistics. Returned by /v1/library/.",
  "type": "object",
  "properties": {
    "version": {
      "type": "string"
    },
    "totalBooks": {
      "type": "integer"
    },
    "totalTraditions": {
      "type": "integer"
    }
  }
},
  "links": {
    "self": "/v1/schema/library/",
    "index": "/v1/schema/"
  }
}
