Skip to content

Commit f584d49

Browse files
committed
Add comment about IndexName | IndexName[]
1 parent d6867a2 commit f584d49

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

output/schema/schema-serverless.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/security/_types/Privileges.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ export class IndicesPrivileges {
220220
* @doc_id field-and-document-access-control
221221
*/
222222
field_security?: FieldSecurity
223+
// We're using IndexName | IndexName[] instead of Indices in this file on purpose:
224+
// https://github.com/elastic/elasticsearch-specification/pull/3127
223225
/**
224226
* A list of indices (or index name patterns) to which the permissions in this entry apply.
225227
*/

0 commit comments

Comments
 (0)