Guard all RdSAP-Schema-17.1 corpus certs in the strict parse+map bucket 🟩

Schema-fix delivered in the prior slice; this promotes the 1000-cert corpus
into the strict guard (matches 18.0/20.0.0).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jun-te Kim 2026-06-11 12:21:51 +00:00
parent 25e550ce3c
commit 0e982f902f

View file

@ -25,7 +25,12 @@ from datatypes.epc.domain.epc_property_data import EpcPropertyData
from datatypes.epc.domain.mapper import EpcPropertyDataMapper
SAMPLES = Path("backend/epc_api/json_samples")
SUPPORTED = {"RdSAP-Schema-21.0.1", "RdSAP-Schema-20.0.0", "RdSAP-Schema-18.0"}
SUPPORTED = {
"RdSAP-Schema-21.0.1",
"RdSAP-Schema-20.0.0",
"RdSAP-Schema-18.0",
"RdSAP-Schema-17.1",
}
def _load(schema: str) -> list[dict[str, Any]]: