Add field specification for EVSE identifier

This commit is contained in:
RoiEX 2025-10-08 23:10:17 +02:00
parent d87f48d201
commit 9d9bcbfe05
No known key found for this signature in database
GPG key ID: B41317455272E8F8

View file

@ -0,0 +1,16 @@
{
"key": "ref:EU:EVSE",
"type": "identifier",
"label": "Electrical Vehicle Supply Equipment (EVSE)",
"placeholder": "DE*ABC*E12345ABCDEFGHIJKLMNOPQRSTUVWXYZ",
"locationSet": {
"include": [
"EU"
]
},
"terms": [
"EVSE",
"Electrical Vehicle Supply Equipment"
],
"pattern": "^[A-Z]{2}\\*[A-Z0-9]{3}\\*[EPS][A-Z0-9]{1,31}(?:;[A-Z]{2}\\*[A-Z0-9]{3}\\*[EPS][A-Z0-9]{1,31})*$"
}