Parse and map all RdSAP-Schema-18.0 corpus certs 🟥

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jun-te Kim 2026-06-11 11:28:27 +00:00
parent 4fca5d7fed
commit 024f3926af

View file

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