{
  "@context": "https://textrefs.org/contexts/v1.jsonld",
  "status": "candidate",
  "created": "2026-06-02",
  "modified": "2026-06-02",
  "id": "https://textrefs.org/id/system/integer-section",
  "key": "integer-section",
  "type": "CitationSystem",
  "preferred_label": "Integer section numbering",
  "normalization_version": "1.0.0",
  "locator_regex": "^(?<section>[1-9][0-9]*)$",
  "examples": {
    "valid": [
      "1",
      "23",
      "693"
    ],
    "invalid": [
      "0",
      "001",
      "1.1",
      "section1"
    ]
  }
}