{
  "apiVersion": "v1",
  "kind": "Enum",
  "metadata": {
    "generated": "2026-08-22T14:14:13Z",
    "language": "en"
  },
  "data": {
  "name": "stance",
  "title": "Stance",
  "description": "A source's stance towards the Wheel of Heaven reading. Set per-source.",
  "values": [
    {
      "value": "supportive",
      "label": "Supportive",
      "description": "The source advances claims compatible with or directly supportive of the canon."
    },
    {
      "value": "neutral",
      "label": "Neutral",
      "description": "The source neither argues for nor against the canon's framing."
    },
    {
      "value": "critical",
      "label": "Critical",
      "description": "The source argues against, complicates, or rebuts claims relevant to the canon."
    },
    {
      "value": "mixed",
      "label": "Mixed",
      "description": "The source supports the canon on some points and critiques on others."
    }
  ]
},
  "links": {
    "self": "/v1/enums/stance/",
    "index": "/v1/enums/"
  }
}
