idLike property

List<String>? idLike
final

A space-separated list of operating system identifiers in the same syntax as the id value. It lists identifiers of operating systems that are closely related to the local operating system in regards to packaging and programming interfaces, for example listing one or more OS identifiers the local OS is a derivative from.

Examples: an operating system with id 'centos', would list 'rhel' and 'fedora', and an operating system with id 'ubuntu' would list 'debian'.

This field is optional and may be null on some systems.

Implementation

final List<String>? idLike;