File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
specs/recommend/common/schemas Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ searchParamsObject:
88 description : Each parameter value, including the `query` must not be larger than 512 bytes.
99 allOf :
1010 - $ref : ' #/baseSearchParams'
11- - $ref : ' ../../../common/schemas /IndexSettings.yml#/indexSettingsAsSearchParams'
11+ - $ref : ' ./IndexSettings.yml#/indexSettingsAsSearchParams'
1212
1313baseSearchParams :
1414 allOf :
@@ -121,7 +121,7 @@ baseSearchParamsWithoutQuery:
121121 naturalLanguages :
122122 type : array
123123 items :
124- $ref : ' ../../../common/schemas /IndexSettings.yml#/supportedLanguage'
124+ $ref : ' ./IndexSettings.yml#/supportedLanguage'
125125 description : |
126126 ISO language codes that adjust settings that are useful for processing natural language queries (as opposed to keyword searches):
127127
You can’t perform that action at this time.
0 commit comments