diff --git a/bw_interface_schemas/lci.py b/bw_interface_schemas/lci.py index 8b056fb..6ed4b56 100644 --- a/bw_interface_schemas/lci.py +++ b/bw_interface_schemas/lci.py @@ -40,6 +40,7 @@ class UncertaintyDistribution(Parsimonius): class Edge(UncertaintyDistribution): """An quantitative edge linking two nodes in the graph.""" + edge_type: str = Field(alias="type") source: 'Node' target: 'Node' # The people want freedom