Skip to content

OpenAPI_Document_Route

mattpolzin edited this page May 23, 2020 · 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

let path: OpenAPI.Path

pathItem

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