Skip to content

Commit af7a07f

Browse files
Merge pull request #37 from SWR-MoIP/36-validation-error-in-legacy-systems-due-to-ctype-geo
Add "Geo" option to cType in MapsElement class
2 parents 3de2cba + a389f77 commit af7a07f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/videoipath_automation_tool/apps/topology/model/n_graph_elements/topology_n_graph_element.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Gpid(BaseModel, validate_assignment=True):
1414

1515

1616
class MapsElement(BaseModel, validate_assignment=True):
17-
cType: Literal["Topology"] = "Topology"
17+
cType: Literal["Topology", "Geo"] = "Topology"
1818
id: str = ""
1919
name: str = ""
2020
visible: bool = True

0 commit comments

Comments
 (0)