diff --git a/specs/search/paths/dictionaries/common/schemas/SearchDictionaryEntriesResponse.yml b/specs/search/paths/dictionaries/common/schemas/SearchDictionaryEntriesResponse.yml index 0b022825d2..b27786aeac 100644 --- a/specs/search/paths/dictionaries/common/schemas/SearchDictionaryEntriesResponse.yml +++ b/specs/search/paths/dictionaries/common/schemas/SearchDictionaryEntriesResponse.yml @@ -25,7 +25,6 @@ dictionaryEntry: additionalProperties: true required: - objectID - - language properties: objectID: type: string diff --git a/tests/CTS/requests/search/batchDictionaryEntries.json b/tests/CTS/requests/search/batchDictionaryEntries.json index 5e583d7eff..6aaa124d71 100644 --- a/tests/CTS/requests/search/batchDictionaryEntries.json +++ b/tests/CTS/requests/search/batchDictionaryEntries.json @@ -65,18 +65,7 @@ { "action": "deleteEntry", "body": { - "objectID": "1", - "language": "en", - "word": "fancy", - "words": [ - "believe", - "algolia" - ], - "decomposition": [ - "trust", - "algolia" - ], - "state": "enabled" + "objectID": "1" } } ] @@ -91,18 +80,7 @@ { "action": "deleteEntry", "body": { - "objectID": "1", - "language": "en", - "word": "fancy", - "words": [ - "believe", - "algolia" - ], - "decomposition": [ - "trust", - "algolia" - ], - "state": "enabled" + "objectID": "1" } } ]