mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
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:
parent
25e550ce3c
commit
0e982f902f
1 changed files with 6 additions and 1 deletions
|
|
@ -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]]:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue