OpenApiTypesense.StopwordsSetSchema (OpenApiTypesense v1.0.3)

View Source

Provides struct and type for a StopwordsSetSchema

Summary

Types

t()

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