forked from etalab/schema-irve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
datapackage.json
28 lines (28 loc) · 1000 Bytes
/
datapackage.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "datapackage-irve",
"title": "Infrastructures de recharges pour véhicules électriques",
"description": "data package contenant 2 schémas : IRVE statique et IRVE dynamique",
"id": "datapackage-irve",
"resources": [
{
"name": "irve-statique",
"path": "statique/exemple-valide-statique.csv",
"profile": "tabular-data-resource",
"format": "csv",
"mediatype": "text/csv",
"encoding": "utf-8",
"schema": "statique/schema-statique.json",
"documentation": "statique/README.md"
},
{
"name": "irve-dynamique",
"path": "dynamique/exemple-valide-dynamique.csv",
"profile": "tabular-data-resource",
"format": "csv",
"mediatype": "text/csv",
"encoding": "utf-8",
"schema": "dynamique/schema-dynamique.json",
"documentation": "dynamique/README.md"
}
]
}