| The hierarchy should look similar to
[ |
{ |
"Linux": [ |
{ |
"Debian": [ |
"Elementary", |
"Ubuntu" |
] |
}, |
{ |
"El": [ |
"Fedora", |
"Amzn", |
"Centos" |
] |
}, |
{ |
"Opensuse": [ |
"Sles" |
] |
} |
] |
}, |
{ |
"Solaris": [ |
"Bsd" |
] |
}, |
"Macosx" |
]
|
The starting point should be the POC from FACT-2539. |