{
  "kpiName": "품질 SL-PA 결과값",
  "version": 1,
  "description": "X34값 기반 등급 테이블 - 5개 등급으로 구성된 성과값 매핑",
  "grades": [
    { "name": "1점", "minValue": 0, "maxValue": 0.7, "score": 1, "description": "X34값 0~0.7" },
    { "name": "2점", "minValue": 0.7, "maxValue": 1.0, "score": 2, "description": "X34값 0.7~1.0" },
    { "name": "3점", "minValue": 1.0, "maxValue": 1.1, "score": 3, "description": "X34값 1.0~1.1" },
    { "name": "4점", "minValue": 1.1, "maxValue": 1.2, "score": 4, "description": "X34값 1.1~1.2" },
    { "name": "5점", "minValue": 1.2, "maxValue": 999, "score": 5, "description": "X34값 1.2 이상" }
  ]
}
