In an older system that has undergone multiple migrations, a validation error occurs when parsing a vertex configuration:
Error retrieving device with id 'device1': 1 validation error for IpVertex
maps.1.cType
Input should be 'Topology' [type=literal_error, input_value='Geo', input_type=str]
For further information visit https://errors.pydantic.dev/2.11/v/literal_error
Although "Geo" is likely no longer part of any active feature set, it can still appear in legacy or migrated systems.
To ensure compatibility, the literal validation for cType should also allow "Geo" as a valid input.
In an older system that has undergone multiple migrations, a validation error occurs when parsing a vertex configuration:
Although
"Geo"is likely no longer part of any active feature set, it can still appear in legacy or migrated systems.To ensure compatibility, the literal validation for
cTypeshould also allow"Geo"as a valid input.