-
Notifications
You must be signed in to change notification settings - Fork 792
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Today we output a json structure similar to the following:
{
artifacts: [
# list of packages
],
relationships: [
# list of package relationships
]
distro: {...},
...
}
As we move forward and want to capture more kinds of artifacts we could consider moving to something closer to this:
{
artifacts: {
packages: [
# list of packages
],
files: [
# list of files
],
distro: {...},
# more artifact types...
},
relationships: [
# list of relationships for ANY artifact
],
...
}
In this way we can agnostically express all artifacts kinds without filling the root-level object up with new elements.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
No status