Skip to content

Commit fba53af

Browse files
algolia-botkai687millotp
committed
fix(specs): required prop for dictionaryEntry (generated)
algolia/api-clients-automation#3449 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent b317f84 commit fba53af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/algoliasearch/search/DictionaryEntry.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import org.json4s.{Extraction, Formats, JField, JObject, JValue, Serializer, Typ
5252
*/
5353
case class DictionaryEntry(
5454
objectID: String,
55-
language: SupportedLanguage,
55+
language: Option[SupportedLanguage] = scala.None,
5656
word: Option[String] = scala.None,
5757
words: Option[Seq[String]] = scala.None,
5858
decomposition: Option[Seq[String]] = scala.None,

0 commit comments

Comments
 (0)