Type Alias Paths

Source
pub type Paths = BTreeMap<String, PathItem>;
Expand description

§Paths

Holds the relative paths to the individual endpoints and their operations.

The path is appended to the URL from the Server Object in order to construct the full URL.

The Paths MAY be empty, due to ACL constraints.

Aliased Type§

pub struct Paths { /* private fields */ }