Stage 4.1: remove remaining Japanese delivery field keys

This commit is contained in:
OpenAI Codex
2026-03-24 10:17:19 +08:00
parent 5089746b07
commit 94c8f45468
2 changed files with 77 additions and 0 deletions

View File

@@ -121,3 +121,38 @@ rules:
keep_in_engineering: true
normalization_class: numeric_normalization
notes: Legacy angle string is normalized into bearing_deg.
- field_name_jp: ローマ字名称
field_name_std: name_romaji
field_group: labels
keep_in_delivery: true
keep_in_engineering: true
normalization_class: content_text
notes: Romaji place or object name remains available as normalized content text.
- field_name_jp: 目的分類番号
field_name_std: purpose_class_code
field_group: source_legacy
keep_in_delivery: true
keep_in_engineering: true
normalization_class: legacy_render_code
notes: Legacy purpose code is preserved under a standardized key.
- field_name_jp: 縮尺選択コード
field_name_std: scale_selection_code
field_group: source_legacy
keep_in_delivery: true
keep_in_engineering: true
normalization_class: legacy_render_code
notes: Legacy scale-selection code is preserved under a standardized key.
- field_name_jp: 表示重要度
field_name_std: display_priority_code
field_group: source_legacy
keep_in_delivery: true
keep_in_engineering: true
normalization_class: legacy_render_code
notes: Legacy display-priority code is preserved under a standardized key.
- field_name_jp: Sガイドページ
field_name_std: guide_page_ref
field_group: source_legacy
keep_in_delivery: true
keep_in_engineering: true
normalization_class: content_text
notes: Legacy guide-page reference is preserved under a standardized key.