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