<@U484XHUKB> It looks from the documentation that ...
# announcements
r
@johnl It looks from the documentation that snakeyaml might support constructors, too. If that's the case, you may be able to use a data class to good effect:
Copy code
data class Services(val services: List<Service> = listOf())