UNPKG

@citrineos/data

Version:

The OCPP data module which includes all persistence layer implementation.

21 lines (20 loc) 445 B
{ "$id": "AuthorizationRestrictionsSchema", "type": "object", "properties": { "allowedConnectorTypes": { "type": "array", "items": { "type": "string" } }, "disallowedEvseIdPrefixes": { "type": "array", "items": { "type": "string" } } }, "required": [], "additionalProperties": false }