Skip to content

Commit

Permalink
Update foreign keys example json with changes due to new sequence nam…
Browse files Browse the repository at this point in the history
…ing convention
  • Loading branch information
MaGering committed Aug 2, 2023
1 parent 8cf3f24 commit a32dde5
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
{
"fields": "marginal_cost",
"reference": {
"resource": "marginal_cost_profile"
"resource": "component_marginal_cost_profile"
}
},
{
Expand All @@ -128,9 +128,9 @@
}
},
{
"path": "data/sequences/component_profile.csv",
"path": "data/sequences/component_marginal_cost_profile.csv",
"profile": "tabular-data-resource",
"name": "component_profile",
"name": "component_marginal_cost_profile",
"format": "csv",
"mediatype": "text/csv",
"encoding": "utf-8",
Expand All @@ -142,12 +142,7 @@
"format": "default"
},
{
"name": "electricity-load-profile",
"type": "number",
"format": "default"
},
{
"name": "dispatchable-profile",
"name": "marginal-cost-coal",
"type": "integer",
"format": "default"
}
Expand All @@ -158,9 +153,9 @@
}
},
{
"path": "data/sequences/marginal_cost_profile.csv",
"path": "data/sequences/component_profile.csv",
"profile": "tabular-data-resource",
"name": "marginal_cost_profile",
"name": "component_profile",
"format": "csv",
"mediatype": "text/csv",
"encoding": "utf-8",
Expand All @@ -172,7 +167,12 @@
"format": "default"
},
{
"name": "marginal-cost-coal",
"name": "electricity-load-profile",
"type": "number",
"format": "default"
},
{
"name": "dispatchable-profile",
"type": "integer",
"format": "default"
}
Expand All @@ -183,4 +183,4 @@
}
}
]
}
}

0 comments on commit a32dde5

Please sign in to comment.