Skip to content

DereferencedDocument_Route

mattpolzin edited this page Jun 11, 2021 · 3 revisions

DereferencedDocument.Route

The pairing of a path and the path item that describes the route at that path.

public struct Route: Equatable 

Inheritance

Equatable

Initializers

init(path:pathItem:)

public init(
            path: OpenAPI.Path,
            pathItem: DereferencedPathItem
        ) 

Properties

path

public let path: OpenAPI.Path

pathItem

public let pathItem: DereferencedPathItem
Types
Protocols
Global Functions
Extensions
Clone this wiki locally