[
  { "id": "norway-NO", "yaml": "value: NO", "question": "YAML 1.1 boolean (Norway problem) or string?" },
  { "id": "on-keyword", "yaml": "value: on", "question": "YAML 1.1 on/off boolean or string?" },
  { "id": "yes-keyword", "yaml": "value: yes", "question": "YAML 1.1 yes/no boolean or string?" },
  { "id": "single-y", "yaml": "value: y", "question": "YAML 1.1 spec lists y/n as boolean — do parsers follow?" },
  { "id": "octal-legacy", "yaml": "value: 010", "question": "YAML 1.1 octal (8) or decimal 10 or string?" },
  { "id": "octal-12", "yaml": "value: 0o10", "question": "YAML 1.2 octal notation (8) or string?" },
  { "id": "sexagesimal", "yaml": "value: 1:30", "question": "YAML 1.1 sexagesimal (90) or string?" },
  { "id": "bare-date", "yaml": "value: 2026-07-10", "question": "timestamp/date object or string?" },
  { "id": "dot-inf", "yaml": "value: .inf", "question": "Infinity or string?" },
  { "id": "duplicate-keys", "yaml": "a: 1\na: 2", "question": "error, last-wins, or first-wins?" },
  { "id": "merge-key", "yaml": "base: &b\n  x: 1\nchild:\n  <<: *b\n  y: 2", "question": "merge key << supported?" },
  { "id": "tilde-null", "yaml": "value: ~", "question": "null or string?" }
]
