X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2FFileType.ts;h=3781b7d9e9b22d58423782e128c70f13be467e09;hb=0a96409ab6db51ef7b2e6e292216d12c926f7e9c;hp=b464bf8b8071425c7ed7f08683a4631a715fc2a5;hpb=a95873d8d308a20a7151346ac70d9a551f1a06f5;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/FileType.ts b/src/types/FileType.ts index b464bf8b..3781b7d9 100644 --- a/src/types/FileType.ts +++ b/src/types/FileType.ts @@ -4,4 +4,5 @@ export enum FileType { ChargingStationConfiguration = 'charging station configuration', ChargingStationTemplate = 'charging station template', PerformanceRecords = 'performance records', + JsonSchema = 'json schema', }