{
  "@context": "https://textrefs.org/contexts/v1.jsonld",
  "status": "candidate",
  "created": "2026-05-31",
  "modified": "2026-05-31",
  "id": "https://textrefs.org/id/system/genji-chapter",
  "key": "genji-chapter",
  "type": "CitationSystem",
  "preferred_label": "Genji chapter (54-chapter Aobyōshi sequence)",
  "normalization_version": "1.0.0",
  "locator_regex": "^(?<chapter>[1-9]|[1-4][0-9]|5[0-4])$",
  "examples": {
    "valid": [
      "1",
      "25",
      "54"
    ],
    "invalid": [
      "0",
      "55",
      "1.1"
    ]
  }
}