File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 4
4
title : Overlays for examples that apply to both Elasticsearcb and Elasticsearch Serverless OpenAPI documents
5
5
version : 0.0.1
6
6
actions :
7
+ # Abbreviate and annotate items that are not shown in Bump.sh due to depth limits
8
+ - target : " $.components['schemas']['security._types:IndicesPrivilegesQuery'].oneOf"
9
+ description : Remove types from security role descriptors indices query
10
+ remove : true
11
+ - target : " $.components['schemas']['security._types:IndicesPrivilegesQuery']"
12
+ description : Re-add simplified types for security role descriptors indices query
13
+ update :
14
+ x-abbreviated : true
15
+ oneOf :
16
+ - type : string
17
+ - type : object
18
+ # Examples
7
19
- target : " $.components['requestBodies']['async_search.submit']"
8
20
description : " Add example for asynch search submit request"
9
21
update :
You can’t perform that action at this time.
0 commit comments