static Set<String> get acceptedContainers { return { for (final schema in all) for (final container in schema.acceptedContainers) container, }; }