Project

Profile

Help

Issue #7209

closed

OpenAPI schema paths are not namespaced

Added by dkliban@redhat.com over 3 years ago. Updated over 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 78
Quarter:

Description

The OpenAPI schema has paths that look like "{package_href}". This is not a problem when the schema is used to generate bindings because only a subset of the schema is used. However, when the entire schema is requested for all the installed plugins, it is possible that two plugins will have overlapping paths for content. RPM and Debian plugins are prime examples of this. They both have "{package_href}" paths. It would be better if the generated schema referred to these paths as "{rpm_package_href}" and "{deb_package_href}".

Also available in: Atom PDF