Consider an example: **/bar:** **/foo:** description: Endpoint /bar/foo **/bar/foo:** description: second endpoint /bar/foo It results in generating two endpoint nodes with identical URIs. Coexistence of such twin endpoints should be disallowed.
Consider an example:
/bar:
/foo:
description: Endpoint /bar/foo
/bar/foo:
description: second endpoint /bar/foo
It results in generating two endpoint nodes with identical URIs.
Coexistence of such twin endpoints should be disallowed.