pub type Paths = IndexMap<String, ReferenceOr<PathItem>>;
Expand description
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.