We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd30c7f commit 7ffeed0Copy full SHA for 7ffeed0
docs/overlays/elasticsearch-shared-overlays.yaml
@@ -1151,3 +1151,11 @@ actions:
1151
- target: "$.components['schemas']['cat._types.CatTransformColumn'].enum"
1152
description: Remove enum array from cat transforms
1153
remove: true
1154
+# Simplify duration type
1155
+ - target: "$.components['schemas']['_types.Duration'].oneOf"
1156
+ description: Remove existing oneOf definition for Duration
1157
+ remove: true
1158
+ - target: "$.components['schemas']['_types.Duration']"
1159
+ description: Re-add a simple string type for Duration
1160
+ update:
1161
+ type: string
0 commit comments