Skip to content

OpenAPI_Document_Route

mattpolzin edited this page Jun 11, 2021 · 3 revisions

OpenAPI.Document.Route

A Route is the combination of a path (where the route lives) and a path item (the definition of the route).

public struct Route: Equatable 

Inheritance

Equatable

Initializers

init(path:pathItem:)

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

Properties

path

public let path: OpenAPI.Path

pathItem

public let pathItem: OpenAPI.PathItem
Types
Protocols
Global Functions
Extensions
Clone this wiki locally