Skip to content

Commit

Permalink
fix(specs): required prop for dictionaryEntry (#3449)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
kai687 and millotp committed Jul 30, 2024
1 parent 7d6ae3a commit 9a2e7a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dictionaryEntry:
additionalProperties: true
required:
- objectID
- language
properties:
objectID:
type: string
Expand Down
26 changes: 2 additions & 24 deletions tests/CTS/requests/search/batchDictionaryEntries.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,7 @@
{
"action": "deleteEntry",
"body": {
"objectID": "1",
"language": "en",
"word": "fancy",
"words": [
"believe",
"algolia"
],
"decomposition": [
"trust",
"algolia"
],
"state": "enabled"
"objectID": "1"
}
}
]
Expand All @@ -91,18 +80,7 @@
{
"action": "deleteEntry",
"body": {
"objectID": "1",
"language": "en",
"word": "fancy",
"words": [
"believe",
"algolia"
],
"decomposition": [
"trust",
"algolia"
],
"state": "enabled"
"objectID": "1"
}
}
]
Expand Down

0 comments on commit 9a2e7a8

Please sign in to comment.