Type Definition anicca::openapi::Paths[][src]

type Paths = BTreeMap<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.