{
  "@context": "https://textrefs.org/contexts/v1.jsonld",
  "status": "candidate",
  "created": "2026-05-31",
  "modified": "2026-05-31",
  "id": "https://textrefs.org/id/system/analects-book-chapter",
  "key": "analects-book-chapter",
  "type": "CitationSystem",
  "preferred_label": "Analects book-chapter",
  "normalization_version": "1.0.0",
  "locator_regex": "^(?<book>[1-9]|1[0-9]|20)\\.(?<chapter>[1-9][0-9]*)$",
  "examples": {
    "valid": [
      "1.1",
      "2.4",
      "20.3"
    ],
    "invalid": [
      "0.1",
      "21.1",
      "1.0",
      "1"
    ]
  }
}