paths property

List<RouteInfo> paths
final

Flattened list of API routes parsed from the paths section.

Each entry contains the full route and its associated HTTP methods.

Implementation

final List<RouteInfo> paths;