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