Creates a Schema for a union where any of the schemas must be valid.
factory Schema.anyOf(List<Schema> schemas) => Schema(anyOf: schemas);