{
  "apiVersion": "v1",
  "kind": "Enum",
  "metadata": {
    "generated": "2026-08-22T14:14:13Z",
    "language": "en"
  },
  "data": {
  "name": "claim-type",
  "title": "Claim Type",
  "description": "Epistemological label for the main claim of a page. Decision 11 of strategy-decisions.md. Required on every content page; rendered as a small badge near the title.",
  "values": [
    {
      "value": "direct",
      "label": "Direct",
      "description": "The claim is explicit in a primary source AND uncontroversial in the mainstream — a textual fact, an astronomical fact, or a direct description of the project and its methodology.",
      "badge_color": "cyan"
    },
    {
      "value": "framework",
      "label": "Framework",
      "description": "A foundational premise of the Wheel of Heaven framework — stated plainly in the Raëlian canon but not endorsed by mainstream scholarship. Distinct from 'direct' (which implies mainstream agreement) and from 'speculative' (which implies the claim is not asserted by any single source).",
      "badge_color": "mauve"
    },
    {
      "value": "inferred",
      "label": "Inferred",
      "description": "The claim is a reasonable reading of a source, not literally stated but consistent with it. Comparative-religion readings, or interpreting myth as compressed history.",
      "badge_color": "yellow"
    },
    {
      "value": "speculative",
      "label": "Speculative",
      "description": "Interpretive synthesis, re-framing, or hypothesis that goes beyond what any single source states. Speculative is not a weakness — it is a label of intellectual transparency.",
      "badge_color": "lavender"
    }
  ]
},
  "links": {
    "self": "/v1/enums/claim-type/",
    "index": "/v1/enums/"
  }
}
