Previously, RelationshipElement.first and RelationshipElement.second were mandatory attributes. As decided in aas-specs#412 and specified in aas-specs#431, we now make these attributes optional.
Furthermore, we extend these changes to the constructor of AnnotatedRelationshipElement.
Previously,
RelationshipElement.first
andRelationshipElement.second
were mandatory attributes. As decided in aas-specs#412 and specified in aas-specs#431, we now make these attributes optional.Furthermore, we extend these changes to the constructor of
AnnotatedRelationshipElement
.Fixes #340