Creates a Schema for a union where all schemas must be valid.
factory Schema.allOf(List<Schema> schemas) => Schema(allOf: schemas);