OpenApiTypesense.StopwordsSetSchema (OpenApiTypesense v0.6.5)

View Source

Provides struct and type for a StopwordsSetSchema

Summary

Types

t()

@type t() :: %OpenApiTypesense.StopwordsSetSchema{
  id: String.t(),
  locale: String.t() | nil,
  stopwords: [String.t()]
}