Skip to content

Commit 1c73eb8

Browse files
authored
Merge pull request #8 from OpenEnergyPlatform/hotfix/release-v1.0.0
Hotfix release v 1.0.0
2 parents a738abf + b91f408 commit 1c73eb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

oedatamodel/release-history/v100/datapackage/OEDataModel-normalization-datapackage/OEDataModel-normalization-datapackage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@
9292
{"name": "parameter_name", "description": "", "type": "text", "unit": null},
9393
{"name": "technology", "description": "", "type": "text", "unit": null},
9494
{"name": "technology_type", "description": "", "type": "text", "unit": null},
95+
{"name": "type", "description": "vlaue: scalar or timeseries indicate the related table", "type": "text", "unit": null},
9596
{"name": "unit", "description": "Parameter unit", "type": "text", "unit": null},
9697
{"name": "tags", "description": "Free classification with key-value pairs", "type": "hstore", "unit": null},
9798
{"name": "method", "description": "Method type (sum, mean, median)", "type": "json", "unit": null},
9899
{"name": "source", "description": "Source", "type": "text", "unit": null},
99-
{"name": "comment", "description": "Comment", "type": "text", "unit": null},
100-
{"name": "type", "description": "vlaue: scalar or timeseries indicate the related table", "type": "text", "unit": null} ],
100+
{"name": "comment", "description": "Comment", "type": "text", "unit": null}],
101101
"primaryKey": ["scalar_id"],
102102
"foreignKeys": [{
103103
"fields": ["data_id"],
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
data_id;scenario_id;region;input_energy_vector;output_energy_vector;parameter_name;technology;technology_type;unit;tags;method;source;comment;type
1+
data_id;scenario_id;region;input_energy_vector;output_energy_vector;parameter_name;technology;technology_type;type;unit;tags;method;source;comment

0 commit comments

Comments
 (0)