-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create desfa exit/entry points json schema
- Loading branch information
Showing
1 changed file
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"title": "desfa_flows_hourly_archive", | ||
"description": "Deliveries / Off-takes (imports for entry points/off-takes per exit points) per hour for 2014-2018", | ||
"type": "object", | ||
"properties": { | ||
"timestamp":{ | ||
"description": "Datetime of each snapshot", | ||
"type":"string", | ||
"format":"%Y-%m-%d %H:%M:%S+00:00" | ||
}, | ||
"point_id": { | ||
"description": "location for every entry/exit point", | ||
"type": "object", | ||
"allowed_values": { | ||
"AG. THEODOROI":{}, | ||
"AGIA TRIADA":{}, | ||
"ALEXANDROUPOLIS":{}, | ||
"ALIVERI (PPC)":{}, | ||
"ALOYMINION":{}, | ||
"ALOYMINION II":{}, | ||
"ALOYMINION III":{}, | ||
"ALOYMINION IV":{}, | ||
"ATHENS":{}, | ||
"DRAMA":{}, | ||
"ELPE":{}, | ||
"ELPE-HAR":{}, | ||
"ELPE-VEE":{}, | ||
"ENERGIAKI THESS. (ELPE)":{}, | ||
"FARSALA":{}, | ||
"HERON II":{}, | ||
"HERONAS":{}, | ||
"KARDITSA":{}, | ||
"KATERINI":{}, | ||
"KAVALA":{}, | ||
"KAVALA (CITY)":{}, | ||
"KERATSINI \n(PPC )":{}, | ||
"KILKIS":{}, | ||
"KIPI":{}, | ||
"KOKKINA":{}, | ||
"KOMOTINI":{}, | ||
"KOMOTINI (PPC)":{}, | ||
"KOSMIO":{}, | ||
"LAMIA":{}, | ||
"LARISSA":{}, | ||
"LAVRIO (PPC)":{}, | ||
"MEGALOPOLI":{}, | ||
"MEGALOPOLI (PPC)":{}, | ||
"MOTOR OIL":{}, | ||
"MOTOR OIL II":{}, | ||
"NEA MESIMVRIA":{}, | ||
"OINOFYTA":{}, | ||
"PLATY":{}, | ||
"SALFA ANO LIOSSIA":{}, | ||
"SALFA ANTHOUSSA":{}, | ||
"SERRES":{}, | ||
"SIDIROKASTRO":{}, | ||
"SIDIROKASTRO \u0395\u03a7\u0399\u03a4":{}, | ||
"SPATA":{}, | ||
"THESSALONIKI":{}, | ||
"THISVI":{}, | ||
"THRIASSIO":{}, | ||
"TRIKALA":{}, | ||
" TRIPOLI":{}, | ||
"VFL":{}, | ||
"VIPE LARISSA":{}, | ||
"VOLOS":{}, | ||
"XANTHI":{} | ||
} | ||
} | ||
} | ||
} |